A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
-bash/zsh: pwdx command not found #Debian apt-get install procps #Ubuntu apt-get install procps #Alpine apk add procps #Arch Linux pacman -S procps-ng #Kali Linux apt-get install procps #CentOS yum install procps-ng #Fedora dnf install procps-ng #Raspbian apt-get install procps #Docker docker run cmd.cat/pwdx pwdx
pwdx 在 procps-ng 里,用于监视系统及其进程的实用程序。这个 procps 包 [ /proc file system utilities ] 提供了用于浏览 procfs 的命令行和全屏实用程序,一个由内核动态生成的“伪”文件系统,用于提供有关其进程表中条目状态的信息(例如进程是运行、停止还是“僵尸”)。它包含 free、kill、pkill、pgrep、pmap、ps、pwdx、skill、slabtop、snice、sysctl、tload、top、uptime、vmstat、w 和 watch 等。
pwdx pids... pwdx -V pwdx [options] pid...
-h, --help display this help and exit -V, --version output version information and exit
pwdx
pid1 pid2 pid3 同时查看多个进程所在目录:
$ pwdx 483 7673 7371 483: /var/spool/at 7673: / 7371: /var/lib/mysql
查看 pwdx
版本:
$ pwdx -V pwdx from procps-ng 3.3.10