Linux Commands Flashcards
ls
Lists directory contents
cd
Changes the current direcotryp
pwd
Prins the current working directory
cp
Copies files and directories
mv
moves (renames) files and directories
rm
Removes the files and direcotires
mkdir
Creates directories
rmkdir
Removes empty directories
tourch
Creates empty files, or updates the timestamp on an existing file
cot
Displays files contents
grep
Searches for patterns within files
head
Displays the beginning of a file
tail
Displays the end of a file
less OR more
Paging prgrams that allow you to view the contents of files
chmod
Changes file permissions
chown
Changes file ownership
ps
Displays running processes
kill
terminates processes
shutdown OR reboot
Shuts down or reboots the system