Linux commands

From 26-ID
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