initial commit
This commit is contained in:
7
chapter23/function_get_process_info
Executable file
7
chapter23/function_get_process_info
Executable file
@@ -0,0 +1,7 @@
|
||||
get_process_info ()
|
||||
{
|
||||
# List of all active processes
|
||||
|
||||
ps -ef
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user