final 9 Flashcards
allows you to work with the Advanced Packaging Tool and install packages / applications / in Ubuntu
apt-get
changes directory.
cd
changes the permissions on a file
chmod
changes the ownership of the file
chown
copies files and directories
cp
allows you to copy a file and convert it to another format during the copying process.
dd
finds a pattern of text within a file or group of files.
grep
lists file and directory contents.
ls
renames or moves a file.
mv
provides a list of current processes running on the system.
ps
displays the working directory, or the directory that you are currently in.
pwd
allows you to change the password of a user account.
passwd
quits (exits) the vi editor
q
removes a file.
rm
turns off the computer
shutdown