• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/240

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

240 Cards in this Set

  • Front
  • Back
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
chkconfig
system services (runlevel)
cksum
print CRC checksum and byte counts
clear
clear terminal screen
cmp
compare two files
comm
compare two sorted files line by line
command
run a command - ignore shell functions
continue
resume the next iteration of a loop
cp
copy one or more files to another location
cron
daemon to execute scheduled commands
crontab
schedule a command to run at a later time
csplit
split a file into context-determined pieces
cut
divide a file into several parts
date
display or change the date and time
dc
disk calculator
dd
convert and copy a file, write disk headers, boot records
ddrescue
data recovery tool
declare
declare variables and give them attributes
df
display free disk space
diff
display differences between two files
diff3
show differences among three files
dig
DNS lookup
dir
briefly list directory contents
dircolors
colour setup for "ls"
dirname
convert a full pathname to just a path
dirs
display list of remembered directories
dmesg
print kernel and driver messages
du
estimate file space usage
echo
display message on screen
egrep
search file(s) for lines that match and extended expression
eject
eject removable media
enable
enable and disable builtin shell commands
env
environment variables
ethtool
ethernet card settings
eval
evaluate several commands/arguments
exec
execute a command
exit
exit the shell
expect
automate arbitrary applications accessed over a terminal
expand
convert tabs to spaces
export
set an environment variable
expr
evaluate expressions
false
do nothing, unsuccessfully
fdformat
low-level format a floppy disk
fdisk
partition table manipulator for Linux
fg
send job to foreground
fgrep
search file(s) for lones that match a fixed string
file
determine file type
find
search for files that meet a desired criteria
fmt
reformat paragraph text
fold
wrap text to fit a specified width
for
expand words, and execute commands
format
format disks or tapes
free
display memory usage
fsck
file system consistency check and repair
ftp
file transfer protocol
function
define function macros
fuser
identify/kill the process that is accessing a file
gawk
find and replace the text within file(s)
getopts
parse positional parameters
grep
search file(s) for lines that match a given pattern
groups
print group names a user is in
gzip
compress or decompress named file(s)
hash
remember the full pathname of a name argument
head
output the first part of files
help
display help for a built-in command
history
command history
hostname
print or set system name
iconv
convert the character set of a file
id
print user and group id's
if
conditionally perform a command
ifconfig
configure a network interface
ifdown
stop a network interface
ifup
start a network interface up
import
capture an X server screen and save the image to a file
install
copy files and set attributes
jobs
list active jobs
join
join lines on a common field
kill
stop a process from running
killall
kill processes by name
less
display output one screen at a time
let
perform arithmetic on shell variables
ln
make links between files
local
create variables
locate
find files
logname
print current login name
logout
exit a login shell
look
display lines beginning with a given string
lpc
line printer control program
lpr
off line print
lprint
print a file
lprintd
abort a print job
lprintq
list the print queue
lprm
remove jobs from the print queue
ls
list information about file(s)
lsof
list open files
make
recompile a group of programs
man
help manual
mkdir
create new folder(s)
mkfifo
make fifos (named pipes)
mkisofs
create a hybrid ISO9660/JOLIET/HFS filesystem
mknod
make block or character special files
more
display output one screen at a time
mount
mount a file system
mtools
manipulate ms-dos files
mtr
network diagnostics (traceroute/ping)
mv
move or rename files or directories
mmv
mass move and rename file(s)
netstat
networking information
nice
set the priority of a command or job
nl
number of lines and write files
nohup
run a command immune to hangups
notify-send
send desktop notifications
nslookup
query internet name servers interactively
open
open a file in its default application
op
operator access
passwd
modify a user password
paste
merge lines of files
pathchk
check file name portability
ping
test a network connection
pkill
stop processes from running
popd
restores the previous value of the current directory
pr
prepare files for printing
printcap
printer capability database
printenv
print environment variables
printf
format and print data
ps
process status
pushd
save and then change the current directory
pxd
print working directory
quota
display disk usage and limits
quotacheck
scan a file system for disk usage
quotactl
set disk quotas
ram
ram disk device
rcp
copy files between two machines
read
read a line from standard input
readarray
read from stdin into an array variable
readonly
mark variables/functions as read only
reboot
reboot the system
rename
rename files
renice
alter priority of running processes
remsync
synchronize remote files via email
return
exit a shell function
rev
reverse lines of a file
rm
remove files
rmdir
remove folder(s)
rsync
remote file copy (Synchronize files trees)
screen
multiplex terminal, run remote shells via ssh
scp
secure copy (remote file copy)
sdiff
merge two file interactively
sed
stream editor
select
accept keyboard input
seq
print numeric sequences
set
manipulate shell variables and functions
sftp
secure file transfer protocols
shift
shift positional parameters
shopt
shell options
shutdown
shutdown or restart linux
sleep
delay for a specified time
slocate
find files
sort
sort text files
source
run commands from a file
split
split a file into fixed-size pieces
ssh
secure shell client (remote login program)
strace
trace system calls and signals
su
substitute user identity
sudo
execute a command as another user
su,
print a checksum for a file
suspend
suspend execution of this shell
symlink
make a new name for a file
sync
synchronize data on disk with memory
tail
output the last part of a file(s)
tar
tape archiver
tee
redirect output to multiple files
test
evaluate a conditional expression
time
measure program running time
times
user and system times
touch
change file timestamps
top
list processes running on the system
traceroute
trace route to host
trap
run a command when a signal is set (bourne)
tr
translate, squeeze, and/or delete character
true
do nothing, successfully
tsort
topological sort
tty
print filename of terminal on stdin
type
describe a command
ulimit
limit user resources
umask
users file creation mask
umount
unmount a device
unalias
remove an alias
uname
print system information
unexpand
convert spaces to tabs
uniq
uniquify files
units
convert units from one scale to another
unset
remove variable or function names
unshar
unpack shell archive scripts
until
execute commands (until error)
useradd
create new user account
usermod
modify user account
users
list users currently logged in
uuencode
encode binary file
uudecode
decode a file created by uuencode
v
verbosely list directory contents (ls -l -b)
vdir
verbosely list directory contents (ls -l -b)
vi
text editor
vmstat
report virtual memory statistics
watch
execute/display a program periodically
wc
print byte, word, and line counts
whereis
search the user's $path, man pages and source files for a program
which
search user's $path for a program file
while
execute commands
who
print all usernames currently logged in
whoami
print the current user id and name (id -un)
wget
retrieve web pages or files via http, https or ftp
write
send a message to another user
xargs
execute utility, passing constructed argument list(s)
xdg-open
open a file or URL in the user's preferred application
.
run a command script in the current shell
###
comment / remark