Penguin

Differences between version 21 and predecessor to the previous major change of ProcessNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 21 Last edited on Wednesday, January 18, 2006 2:37:51 pm by CraigBox Revert
Older page: version 20 Last edited on Friday, November 18, 2005 10:50:39 am by CraigBox Revert
@@ -1,13 +1,13 @@
 For a good introduction to processes, have a look at the slides on our UnixTutorials page. 
  
 !! Useful Process Related utilities 
  
-; %%% fuser(8 ) : Tells you which processes are using a resource, and optionally send them a [Signal] 
+; %%% fuser(1 ) : Tells you which processes are using a resource, and optionally send them a [Signal] 
 ; %%% kill(1) : Send a [Signal] to a process by ProcessID 
 ; %%% killall(1) : Send a [Signal] to a process by name 
 ; %%% killall5(8) : Send a [Signal] to all running processes 
-; %%% lsof(8) : Similar to fuser(8
+; %%% lsof(8) : Similar to fuser(1
 ; %%% nice(1) : Run a program with modified scheduling priority 
 ; %%% pgrep(1), pkill(1) : Look up or signal processes based on name and other attributes 
 ; %%% pidof(8) : List pid(s) of process(es) by name 
 ; %%% ps(1) : Display process status