Linux Commands Flashcards
What is the linux command to see what’s inside a folder?
ls
What is the linux command to change directory?
cd -P
What is the linux command to search for text?
grep -i
*-i is case insensitive
What is the linux command to shitdown?
shutdown -P now
What is the linux command to show the current location in the file system?
pwd
What is the linux command to set the password?
passwd
What is the linux command to move a document?
mv
What is the linux command to remove a document?
rm -r
What is the linux command to edit text?
vi
Quit and save changes: :wq
What is the linux command to change persmissions of files/directories?
chmod
What is the linux command to view active proccesses?
ps
What is the linux command to run as administrator?
sudo
What is the linux command to create a protected directory?
cmkdir
What is the linux command to change ownership of a file?
chown
What is the linux command to work with software packages?
apt-get