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 do you change your account's password?

6 Answers  


How do I search a whole word in vim?

0 Answers  


distinguish between paging and swapping?

1 Answers   Infosys,


What is grep command in unix with examples?

0 Answers  


what is the functionality of kernel in unix architecture?

13 Answers   HCL,






Write a command to display a file’s contents in various formats?

0 Answers  


How does a user get the current date, time in UNIX?

6 Answers   IBM,


How to know a process is a zombie or orphan process?

3 Answers   Perot Systems,


What is the difference between udp and tcp?

2 Answers   HCL, TCS,


What does find command return in unix?

0 Answers  


What do know about tee command and its usage?

0 Answers  


How to convert a hidden file to normal visible file?

8 Answers  


Categories