adspace


Explain pid.

Answer Posted / Mukesh Pandey

Process ID (PID) is a unique identifier assigned to each running process in Unix-like operating systems. The PID helps the system keep track of processes and manage their resources efficiently. Users can utilize the PID to control, monitor, or terminate specific processes using various commands like 'ps', 'top', or 'kill'.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

987