diff --git a/README.md b/README.md index 582ec93..8b71bb1 100644 --- a/README.md +++ b/README.md @@ -2005,12 +2005,15 @@ exec /sbin/init 6 exec /sbin/init ``` -###### Get the path of a process +###### Show the PID's current working directory + +```bash +readlink -f /proc//cwd +``` + +###### Show actual pathname of the executed command ```bash -# Alternatives: -# - pwdx command -# - lsof command readlink -f /proc//exe ```