8000 GitHub - cirocosta/pidpath: Retrieves the absolute path to the executable of a running process
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cirocosta/pidpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pidpath - retrieves the absolute path to the executable of a running process

Usage:

	pidpath <pid>

Example:

	ps aux | grep bash
	vagrant   3249  0.0  0.2  23156  5220 pts/0    Ss   22:57   0:00 -bash

	pidpath 3249
	/bin/bash

Install:

	go get github.com/cirocosta/pidpath

Know more:

	https://ops.tips/blog/macos-pid-absolute-path-and-procfs-exploration/#a-golang-binary-that-suits-linux-and-macos

About

Retrieves the absolute path to the executable of a running process

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0