Linux terminal Flashcards
ls
list directory contents
pwd
shows current directory name (print working directory)
mv
rename a file
cp
copy a file and name new file
rm
remove files
rm -r = remove directory
chmod
change permissions for owner
chown
change name of owner or name of group
su / sudo
elevated rights command stands for (super user)
sudo = 1 time
su = super user for entire session
apt-get
install or uninstall
yum
install or uninstall on other versions of linux
ip
network configuration
df
disk free - shows free space avaliable
grep
search text in a file
ps
current process viewer (view all processes on system)
top
view CPU, RAM, and resource utilization (linux version of task manager)
find
find a file by name or extension
dig
lookup info about domain names (shows ip addresses of website names)
cat
concatenate (combined two files or just show both of them together)
nano
default text editor
man
display user manual