Linux Bash Commands 1 Flashcards
adduser
Add a user to the system
addgroup
add a group to the system
alias
create and alias
apropos
search help manual pages (man -k)
apt-get
search for and install software packages
aptitude
search for and install software packages
aspell
spell checker
awk
find and replace text, database sort/validate/index
basename
strip directory and suffix from filenames
bash
GNU Bourne-Again SHell
bc
arbitrary precision calculator language
bg
send to background
break
exit from loop
builtin
run a shell builtin
bzip2
compress or decompress named file(s)
cal
display and calendar
case
conditionally perform a command
cat
display contents of a file
cd
change directory
cfdisk
partition table manipulator for Linux
chgrp
change group ownership
chmod
change access permissions
chown
change file owner and group
chroot
run a command with a different root directory