Lab 3 Process
Lab 3 Process
• ps -f -u vagrant,postfix - List the process related users vagrant and postfix. You can use
UID too to find the process related to that particular user like (#ps -f -u 500)
• ps -f -p 1307 - List the process which has PID of 1307. You can list multiple process by
listing multiple PIDs separated by commas in a single command
• ps -f -ppid 1295 - List the process which has PPID of 1295
15
BS (Information Technology) 2023
16
BS (Information Technology) 2023
17
BS (Information Technology) 2023
18
BS (Information Technology) 2023
19
BS (Information Technology) 2023
20