initial commit
This commit is contained in:
8
chapter23/function_get_udp_x25_procs
Executable file
8
chapter23/function_get_udp_x25_procs
Executable file
@@ -0,0 +1,8 @@
|
||||
get_udp_x25_procs ()
|
||||
{
|
||||
# Listing of all "udp" and "x25" processes, if
|
||||
# any are running
|
||||
|
||||
ps -ef | egrep 'udp|x25' | grep -v grep
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user