Which is the command used to find out currently executing
Process in UNIX?

Answers were Sorted based on User's Feedback



Which is the command used to find out currently executing Process in UNIX?..

Answer / hemapriyadharshini.s

ps -ef

Is This Answer Correct ?    46 Yes 4 No

Which is the command used to find out currently executing Process in UNIX?..

Answer / ras

ps -elf

Is This Answer Correct ?    4 Yes 3 No

Which is the command used to find out currently executing Process in UNIX?..

Answer / abani_mahana

ps -ef

Is This Answer Correct ?    1 Yes 0 No

Which is the command used to find out currently executing Process in UNIX?..

Answer / sricharan

1. ps -ef
2. Top

Is This Answer Correct ?    1 Yes 1 No

Which is the command used to find out currently executing Process in UNIX?..

Answer / guest

ps-e

Is This Answer Correct ?    0 Yes 0 No

Which is the command used to find out currently executing Process in UNIX?..

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

Post New Answer

More Unix Commands Interview Questions

How we will execute previous command in vi editor?

8 Answers   Infosys,


which command is used to change group?

5 Answers  


What is the use of touch command in there?

1 Answers   Accenture,


What is the difference between AWK and SED commands? Plz give example and explain...

3 Answers   RBS,


Can you enlist some commonly used network commands?

0 Answers  






How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


distinguish between paging and swapping?

1 Answers   Infosys,


What is the protocol for PING command?

1 Answers   IBM,


How can i know my Filesystem and its current usage in my prod UNIX system?

4 Answers   HCL, IBM,


What is updatedb?

0 Answers  


what is the use of ls -l command & what is the information it gives about user ?

5 Answers  


Can you write a command to erase all files in the current directory including all its sub-directories?

1 Answers  


Categories