Which is the command used to find out currently executing
Process in UNIX?
Answers were Sorted based on User's Feedback
Answer / divya
ps -ef
here -f means Full listing showing the PPID(Parent PID) of each process
-e means All processes including user and system
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the comma to display different lines that are found when compare two files?
What is the command to compare two files in unix?
why unix operating system provides more security than other operating systems?
How do you remove a crontab file?
What is the use of finger command?
How do I run a bash script?
what are processor execution levels and priorities?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
In Unix file permissions what does the second field denotes?
What is the difference between cat and more command?
Explain the read, write, and execute permissions on a UNIX directory.
what will this do $cat > file.c ?(file.c is a file in current directory)