Linux commands Flashcards
ls
displays the contents of a directory
grep
search for regular expressions in a text file
cd
change the current directory
shutdown
shuts down the system
pwd
print working directory tells you where you are in the filesystem
passwd
change the login credentials of a specific user
mv
rename a file and move the file from one directory to andother
cp
copy files
rm
(remove) delete files
chmod
change file permission, change the mode of a file system object.
chown
change file owner and group
iwconfig
view and change information related to the wireless networking configurations
ifconfig
view and change information related to the networking configuration
ps
display a list of currently running processes, view the process ID of an application
apt-get
download files from a repository, install a specific utility