pstree.x11
utilities that use the proc file system
Install
- All systems
-
curl cmd.cat/pstree.x11.sh
- Debian
-
apt-get install psmisc
- Ubuntu
-
apt-get install psmisc
- Alpine
-
apk add psmisc
- Arch Linux
-
pacman -S psmisc
- Kali Linux
-
apt-get install psmisc
- CentOS
-
yum install psmisc
- Fedora
-
dnf install psmisc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install psmisc
- Raspbian
-
apt-get install psmisc
- Dockerfile
- dockerfile.run/pstree.x11
- Docker
-
docker run cmd.cat/pstree.x11 pstree.x11
powered by Commando
psmisc
utilities that use the proc file system
This package contains miscellaneous utilities that use the proc FS: - fuser: identifies processes that are using files or sockets. - killall: kills processes by name (e.g. "killall -HUP named"). - peekfd: shows the data traveling over a file descriptor. - pstree: shows currently running processes as a tree. - prtstat: print the contents of /proc/<pid>/stat