QuestionQ18

Linux Fundamentals

You are a Network Administrator for Tech Perfect Inc. The company operates a Linux-based network. You need to terminate a process running on a Linux server. Which command will you use to determine the process identification number (PID) of the process?

  • A killall
  • B ps
  • C getpid
  • D kill
Explanation

The ps command lists active processes and includes their process identification numbers (PIDs), enabling a specific process to be identified before it is terminated.

Community Discussion

No comments yet. Be the first to start the discussion!