client operating systems Flashcards
pwd
(Display the current directory)
ls
(List everything in a directory)
cd
(Change directories)
cat
(Display the contents of a file)
less
(Display the contents of a file and stay in the file to move around)
mkdir
(creates a directory)
rmkdir
(removes a directory)
touch
(creates a blank file)
rm
(removes a file)
rm -r
(removes a directory and its files)
cp
(copies a file or directory)
mv
(moves a file or directory)
cd /etc
(moves you to the “etc” folder)
cd /
(moves you to the root of the file system)
cd . .
(moves you up one level)
cd ~
(moves you to your current account home)
sudo
root login allows you to access any file, run any program, execute any system call, and modify any setting
ifconfig
A Windows command that displays IP configuration information for network adapters.
ipconfig displays IP configuration information for network adapters.
apt-get
is a collection of tools used to install, update, remove, and otherwise manage software packages
/home
The home directory for each user on the system.
/etc
Configuration files, are normally edited in a text editing program.
/root
he home directory of the root account.