Basic Ubuntu cmds Flashcards
Study basic commands
ss
sudo
Linux command allows you to run programs or other commands with administrative privileges
ss
apt-get
used to install, update, upgrade and remove any package
ss
sudo apt-get update
update with super user privileges
ss
sudo apt-get upgrade
After updating the package database, next step is to to upgrade the installed packages
ss
sudo apt-get install
easily install a program using this command
ss
sudo apt-get remove
removing the installed program
ss
sudo apt-get purge
used when you want to remove a software completely from your system with its configuration
ss
sudo apt-get autoremove
used to remove any unnecessary packages
ss
ls
lists all files and folders in your current working directory
ss
cd
change director
ss
cd /
Takes you to the root directory
ss
cd ..
Takes you up one directory level
ss
cd �
Takes you to the previous directory
ss
pwd
print working directory
ss
cp
allows you to copy a file