LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   The combination of ps and the grep command (https://www.linuxquestions.org/questions/linux-newbie-8/the-combination-of-ps-and-the-grep-command-874244/)

Sujathas 04-11-2011 01:16 AM

The combination of ps and the grep command
 
Hi,

Could anyone tell me what the following command does in linux.

"ps -efww|grep vnc"

Thanks in advance.

Regards
Sujatha.

grail 04-11-2011 01:25 AM

Have you looked up the man page for both commands? It seems fairly straight forward.

Telengard 04-11-2011 01:40 AM


So what I think this pipeline does is print a list of all vnc processes. I didn't look up the -efww part though, so you may want to check up on it.

HTH


All times are GMT -5. The time now is 09:17 AM.