What is pid?
Answers were Sorted based on User's Feedback
Answer / raj
process idntification no. which has genrated for every
process and this is the unique one.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / bharath
Unix identifies every process by a Process Identification
Number (pid) which is assigned when the process is
initiated. When we want to perform an operation on a
process, we refer to it by its pid or ProcessId.
Is This Answer Correct ? | 13 Yes | 2 No |
Answer / venu
Pid is basically process identification number and it's
required for executing any kind of tasks. pid will get
changed when you take the restart of server.
Regards,
Venu
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kiruthiga,s
each and every process have a unique id by which the kernel
will identify a process. this is caled PID.
Is This Answer Correct ? | 0 Yes | 0 No |
How can we "forked" process in UNIX? How then recognize in any of the branches we?
Which command should you use to find the remaining disk space in unix server?
What command is used to replace the existing string with some other?
What are awk commands?
How do I run a whois command?
Write a command that will display files in the current directory, in a colored, long format.
Which mode is used for allowing file write,read and append mode?
Is command prompt unix?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
what is the functionality of kernel in unix architecture?
what is the advaantage of each user having its own copy of the shell?