Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'See complete output of ps command' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
See complete output of ps command
Authored by: ChaChi on Jul 26, '05 12:40:19PM
If you're only searching for a process name then you can use ps with "-c" as well to limit ps's output to just the names of the processes and not the full path:
ps -acux | grep -i processname


[ Reply to This | # ]