Linux commands

From CNM Wiki
Revision as of 17:58, April 14, 2009 by Vrose (talk | contribs) (New page: {| {{table}} | align="center" style="background:#f0f0f0;"|'''command''' | align="center" style="background:#f0f0f0;"|'''description''' |- | ps -aux \more||List of running processes, includ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
command description
ps -aux \more List of running processes, including process id (PID)
kill PID# Kills process with the given process id
chmod #You#Group#All filename Alter access rights to files and directories. Example: chmod 777 filename
7=full; 6=read&write; 5=read&execute; 4=read only; 3=write&execude; 2=write only; 1=execute only; 0=none
nedit opens text editor