3 Bash Shell Command


3 Bash Shell Command

1. Monitoring program Programs running in Linux are treated as processes. The command to check these processes is the ps command. The PID tells the process ID number, and you can find out from which terminal the process was run through TTY information. And TIME indicates the time the process uses the CPU and you can check which process (instruction) was executed through CMD. For ps, you can ge..


원문링크 : 3 Bash Shell Command