Shared Flashcard Set

Details

Linux commands
Linux+ certification test practice
98
Computer Science
Professional
12/21/2008

Additional Computer Science Flashcards

 


 

Cards

Term
Xconfigurator
Definition
Text or GUI based configuration program
Term
Xorg
Definition
X.org-X11 server, automatically produces it's own config file
Term
XFree86
Definition
XFree86 4.0 server, automatically produces it's own config file.
Term
x86cfg
Definition
GUI XFree86 4.0.x and X.org-X11 config. program
Term
ls
Definition
Displays contents of a dir. or info on a file
Term
pwd
Definition
Displays the present working directory
Term
cd
Definition
Changes the present working dir.
Term
cp
Definition
Copies one or more files or directories
Term
mv
Definition
Moves or renames one or more files or directories
Term
rm
Definition
Delets one or more files or directories
Term
ln
Definition
Creates a hard or symbolic link
Term
mkdir
Definition
Creates a new dir.
Term
rmdir
Definition
Deletes a dir.
Term
chown
Definition
Changes a file's owner
Term
chgrp
Definition
Changes a file's group
Term
chmod
Definition
Changes a file's permissions(mode)
Term
umask
Definition
Changes the current umask; alters the permissions on files created by a process
Term
export
Definition
Makes an environment variable available from the bash shell
Term
setenv
Definition
Sets an environment variable in tcsh and related shells
Term
env
Definition
Displays the current environment variables, or temporarily changes them
Term
find
Definition
Locates files that match any of many search criteria, name, owner, permissions, etc.
Term
locate
Definition
Locates files in a system-wide database based on name
Term
whereis
Definition
Locates files in common binary, documentation, and configuration directories
Term
grep
Definition
Locates files that include a specified search string
Term
cat
Definition
Concatenates multiple files; often used to display a complete file on the screen
Term
sed
Definition
Edits files from the command line; may be called in a script
Term
awk
Definition
Scripting language that provides complex pattern-matching facilities
Term
su
Definition
Changes a user's login account.
Term
sudo
Definition
Executes a single command with alternative permission. Often used to run administrative programs as root
Term
newgrp
Definition
Changes a user's login group
Term
useradd
Definition
Creates a new user account
Term
usermod
Definition
Modifies settings for an existing user account
Term
chage
Definition
Changes account expiration information
Term
userdel
Definition
Deletes an existing user account
Term
passwd
Definition
Changes an account's password
Term
groups
Definition
Displays the groups to which a user belongs
Term
groupadd
Definition
Adds a new group
Term
groupmod
Definition
Modifies settings for an existing group
Term
groupdel
Definition
Deletes an existing group
Term
gpasswd
Definition
Changes a group password; adds and deletes users from a group
Term
pwconv
Definition
Converts conventional (unshadowed) /etc/passwd file entries into shadow password format
Term
pwunconv
Definition
Converts shadow passwords into conventional (unshadowed) /etc/password entries
Term
grpconv
Definition
Converts conventional (unshadowed) /etc/group file entries into shadowed format
Term
grpunconv
Definition
Converts shadow group entries into conventional (unshadowed) /etc/group format
Term
edquota
Definition
Edits disk quota info
Term
quotacheck
Definition
Checks quota info on disk and writes corrections, as necessary
Term
repquota
Definition
Displays disk quota summary info
Term
free
Definition
Displays info on total system memory use
Term
mount
Definition
Mounts a partition or device to a specified location in the linux directory tree
Term
umount
Definition
Removes a partition or device from it's location in the linux directory tree
Term
df
Definition
Displays disk usage info for one or all mounted partitions or devices
Term
smbmount
Definition
Mounts an SMB/CIFS share in the linux directory tree
Term
smbumount
Definition
Unmounts an SMB/CIFS share from the linux directory tree
Term
fdisk
Definition
Modifies partitions on an x86 computer
Term
mkfs
Definition
Creates a filesystem
Term
mkswap
Definition
Prepares a file or partition to be used as swap space
Term
swapon
Definition
Activates use of swap space
Term
swapoff
Definition
Deactivates use of swap space
Term
mkisofs
Definition
Creates an ISO-9660 filesystem
Term
cdrecord
Definition
Writes a file (typically containing a filesystem created by mkisofs) to an optical disc
Term
mkraid
Definition
Initializes partitions as part of a RAID array, using info in /etc/raidtab
Term
mdadm
Definition
An alternative to mkraid for managing RAID devices
Term
cpio
Definition
Common archive creation tool; often used in backup operations
Term
tar
Definition
Common archive creation tool; often used in backup operations
Term
mt
Definition
Tape control program; used to move the tape forward and backward, rewind it, set hardware options, etc.
Term
rpm
Definition
Installs, removes, updates, queries, or verifies packages on an RPM-based linux distro
Term
dpkg
Definition
Installs, removes, updates, queries, or verifies packages on a Debian based linux distro
Term
apt-get
Definition
Installs, removes, or updates packages on a Debian based linux distro, can automatically retrieve packages from a remote site.
Term
tar
Definition
Adds to, deletes from, or displays the contents of a tarball
Term
system-config-packages
Definition
GUI front end to the RPM utility
Term
init
Definition
Sets the initial runlevel of the computer
Term
shutdown
Definition
Shuts down (halts) or restarts the computer
Term
crontab
Definition
Creates a user cron job
Term
ps
Definition
Displays process status info
Term
top
Definition
Dynamic variant of ps; shows most CPU-hungry programs and updates periodically
Term
nice
Definition
Runs a program with a specified priority
Term
renice
Definition
Changes a running program's priority
Term
kill
Definition
Terminates a process based on its PID
Term
killall
Definition
Terminates a process based on its name
Term
ifconfig
Definition
Configures a network interface or displays info on that configuration
Term
ping
Definition
Sends a single packet to a target system, which should reply, confirming the existence of a basic connection
Term
route
Definition
Configures a routing table entry, or displays info on the routing table
Term
nslookup
Definition
Looks up an IP address from a hostname or vice versa
Term
host
Definition
Looks up an IP address from a hostname or vice versa
Term
dig
Definition
Looks up an IP address from a hostname or vice versa
Term
mail
Definition
Sends or reads mail from a command prompt
Term
netstat
Definition
Displays info on a linux computer's network configuration or the processes that use network resources
Term
traceroute
Definition
Trace the route taken by packets between two computers, enabling you to isolate problems to specific areas of the trip
Term
tcpd
Definition
Implements access restrictions in conjunction with super server; aka TCP Wrappers
Term
ipfwadm
Definition
Linux firewall command for 2.0.x kernels
Term
ipchains
Definition
Linux firewall command for 2.2.x kernels
Term
iptables
Definition
Linux firewall command for 2.4.x and later kernels
Term
snort
Definition
Program that provides intrusion detection features for a network
Term
portsentry
Definition
Program that can block access to individual ports and report activity directed at that port
Term
tripwire
Definition
Program that can monitor files for suspicious changes, based on stored checksum values for the protected files
Term
chkrootkit
Definition
Program that scans the computer for known root-kits, intrusion software
Term
netstat
Definition
General purpose network information tool. May be used to check for open ports
Term
nmap
Definition
Network probing tool. May be used to check for open ports
Supporting users have an ad free experience!