Linux commands: Difference between revisions
Jump to navigation
Jump to search
(New page: {| {{table}} | align="center" style="background:#f0f0f0;"|'''command''' | align="center" style="background:#f0f0f0;"|'''description''' |- | ps -aux \more||List of running processes, includ...) |
No edit summary |
||
Line 1: | Line 1: | ||
Back to [[X-Ray Microscopy]] | |||
{| {{table}} | {| {{table}} | ||
| align="center" style="background:#f0f0f0;"|'''command''' | | align="center" style="background:#f0f0f0;"|'''command''' |
Revision as of 17:58, April 14, 2009
Back to X-Ray Microscopy
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 |