courses:linux:beginner:process-management:start
مدیریت process ها
* ps / -A / fax / auxww
* top / htop / atop 2
* pgrep -x
* pstree -p (parent/child/fork)
* background/forground: & ctrl-z jobs bg fg
* kill -KILL / killall / man signal / SIGTERM , SIGKILL , SIGHUP, SIGINT
* lsof -n / list open files
* /proc , cmdline , cwd , exe , loginuid , fd , environ
cat /proc/uptime
cat /proc/version
cat /proc/swaps
cat /proc/partitions
cat /proc/cpuinfo
* ps -p 1 -o comm=
courses/linux/beginner/process-management/start.txt · آخرین ویرایش: 2023/08/29 14:29 توسط 127.0.0.1
