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 |
Which command can you use to find the currently running process in unix server?
How do you grep a case insensitive?
How can i know my Filesystem and its current usage in my prod UNIX system?
Which unix command lists files/folders in alphabetical order?
which script will invoke first ,when /etc/init.d starts
Give Command that will move a single file called "unix.txt"
what is the use of ls -l command & what is the information it gives about user ?
Which command is used to restrict incoming messages?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
Explain the read, write, and execute permissions on a UNIX directory.
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
Explain command to display different lines that are found when compare two files?