Linux Commands Flashcards
ls
List files and directories
grep
Looks for specific patterns in text files
cd
Change Directory
shutdown
Shutdown
pwd
Present Working Directory
passwd
Change Password
mv
Move (not copy)
cp
Copy
rm
Remove files
chmod
Modify read, write and execute permissions
chown
Change/Modify ownership
ps
Process State (running processes)
su
Switch User
sudo
Run Command as specific user
apt-get
Install, remove & update packages
yum
Installing, deleting, querying and managing Red Hat Enterprise software packages
df
Display amount of diskspace available
man
Display user manual of any command
top
Show active Linux processes in dynamic real-time
find
Locate data on system
dig
Domain Information Groper
Gather DNS information
cat
Reads data from a file and gives its content as an output
nano
Command Line based text editor