School Commit Init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ps -ef | awk -F" " '{print $1}' | grep -v "UID" | sort | uniq -c
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ps -ef | awk -F" " '{print $1}' | grep -v "UID" | sort | uniq -c
|
||||