• 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/25

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;

25 Cards in this Set

  • Front
  • Back
Apt-get
Can automatically retrieve packages from a remote site
cron
A program or script that's run at regular interval by the cron daemon
crontab
Creates a user on cron job
Dependency
A requirement of one software package that another one be installed. For instance, most Linux programs include a dependency on the C library
df
Displays disk usage information for one or all mounted partitions or devices
dpkg
Installs, removes, updates, queries or verifies packages on a Debian-based Linux
groups
Command to display the groups to which a user belongs
initdefault
The switch used to set the default run level a Linux machine boots to
killall
The utility that will stop all running processes using a name rather than PID
make
The utility that is used to direct the compilation process
mount
The process of adding a file system to a directory tree. Also the command of the same name that performs this task
passwd
Changes the account's password
pkgtool
The standard package maintenance tool provided with the Slickware Linux distribution. It allows the user to install, upgrade, remove, or view software packages through an interactive menu system
ps
Command used to display current running programs
quotacheck
Edit disk quota information
Rsync
Command to remotely copy files
runlevel
The level of operation a Linux system is operating under. It has 7 levels: 0-6
smbmount
Mounts an SMB/CIFS share in the Linux directory tree
sudo
Executes a single command with alternative permissions. Often used to run administrative programs as the root
tar
Common archive creation tool that is often used in backup operations
tarball
A package file format based on the tar utility. They are easy to create and are readable on any version of Linux, or most non-Linux systems. They contain no dependency information and the files they contain are not easy to remove once installed, however.
top
Dynamic variant of ps which shows most CPU-hungry programs and updates the display periodically
umount
Removes a partition or device from it's location in the Linux directory tree
useradd
Creates a new user account
version
The file in the /proc folder that lists which distribution of Linux a machine has installed