Linux commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
| nedit||opens text editor | | nedit||opens text editor | ||
|} | |} | ||
[[Category:XMG]][[Category:Controls]] |
Latest 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 |