Resources for System-Administrators
Skip to content
Post by funnydingo » 2004-04-18 16:46
Code: Select all
ps -aefw | grep -e "prozessname" | grep -v grep | awk '{print $2}' | sort -n
Post by static » 2004-04-18 16:52
man wc
Post by funnydingo » 2004-04-18 16:56
Return to “Betriebssysteme”