Linux commands

From 26-ID
Revision as of 18:30, 13 January 2014 by S26idadmin (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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