<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dbliss0921</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dbliss0921"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/Dbliss0921"/>
	<updated>2026-04-08T21:24:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_Completed_Student_Projects&amp;diff=3900</id>
		<title>Franske Completed Student Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_Completed_Student_Projects&amp;diff=3900"/>
		<updated>2010-12-16T05:19:39Z</updated>

		<summary type="html">&lt;p&gt;Dbliss0921: /* CNT 2540 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==CNT 2540==&lt;br /&gt;
* [[Wake On LAN]] - Lue YANG&lt;br /&gt;
&lt;br /&gt;
==CNT 2311==&lt;br /&gt;
&lt;br /&gt;
* [[Linux-command-list]] - Don Bliss&lt;/div&gt;</summary>
		<author><name>Dbliss0921</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3899</id>
		<title>Linux-command-list</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3899"/>
		<updated>2010-12-16T05:11:53Z</updated>

		<summary type="html">&lt;p&gt;Dbliss0921: /* An Alphabetical List of Linux Commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Linuxcl.jpg]]&lt;br /&gt;
&lt;br /&gt;
I Hope you find this list helpful, Please add to it as you see fit. Should someone get the urge, I feel a similar page on common linux locations could supplement this page quite well.&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
; Anacron&lt;br /&gt;
: Similar to Cron, this command runs commands periodically, with a frequency &lt;br /&gt;
&lt;br /&gt;
specified in days&lt;br /&gt;
&lt;br /&gt;
; apt&lt;br /&gt;
: short for Advanced Package Tool  this utulity is used to manage software &lt;br /&gt;
&lt;br /&gt;
packages popular in debian distros. This package uses several front ends such as &lt;br /&gt;
&lt;br /&gt;
aptitude, apt-get, and symantec &lt;br /&gt;
&lt;br /&gt;
; aptitude&lt;br /&gt;
:This is part of the Apt package. Used to manage software.&lt;br /&gt;
&lt;br /&gt;
; arp&lt;br /&gt;
: Arp is a networking command. Used to display or manipulate the Linux Kernel&#039;s &lt;br /&gt;
&lt;br /&gt;
IPv4 network neighbour cache. e.g. it relates IP adresses to Mac addresses.&lt;br /&gt;
&lt;br /&gt;
; at&lt;br /&gt;
:Executes commands at a specified time.&lt;br /&gt;
&lt;br /&gt;
; atd&lt;br /&gt;
:runs jobs queued by at&lt;br /&gt;
&lt;br /&gt;
; atq&lt;br /&gt;
: Lists users pending jobs, if the user is the superuser everybodies job&#039;s are &lt;br /&gt;
&lt;br /&gt;
listed.&lt;br /&gt;
&lt;br /&gt;
; atrm&lt;br /&gt;
:deletes jobs using a job number to specify the job&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
&lt;br /&gt;
;bash&lt;br /&gt;
:bash is the standard linux shell for almost all popular distros. The shell &lt;br /&gt;
&lt;br /&gt;
interprets all other commands.&lt;br /&gt;
&lt;br /&gt;
; batch&lt;br /&gt;
: executes commands when load levels permit as specified atd&lt;br /&gt;
&lt;br /&gt;
; bzip&lt;br /&gt;
:A file compression utility, like gzip, but with better compression&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
; cat&lt;br /&gt;
:Short for concatenate this program reads files and prints to standard output. &lt;br /&gt;
&lt;br /&gt;
; cfdisk&lt;br /&gt;
:A hard drive partitioning tool.&lt;br /&gt;
&lt;br /&gt;
; chage&lt;br /&gt;
:this command allows you to change information related to user passwords. i.e. &lt;br /&gt;
&lt;br /&gt;
when a password will expire.&lt;br /&gt;
&lt;br /&gt;
; chattr&lt;br /&gt;
:modifies file permissions in a way similar to chmod.&lt;br /&gt;
&lt;br /&gt;
; chkconfig&lt;br /&gt;
:manages which services will run in a specified runlevel&lt;br /&gt;
&lt;br /&gt;
; chmod&lt;br /&gt;
:changes the permissions for one or more files.&lt;br /&gt;
&lt;br /&gt;
; chown&lt;br /&gt;
:changes the ownership of one or more files both for the user and or the group.&lt;br /&gt;
&lt;br /&gt;
; chpasswd &lt;br /&gt;
: changes the password for a user.&lt;br /&gt;
&lt;br /&gt;
;chroot&lt;br /&gt;
: changes the root directory for a program, or for the users shell&lt;br /&gt;
&lt;br /&gt;
;cksum&lt;br /&gt;
:Runs a CRC checksum for all specified files. Used to verify that a file was not &lt;br /&gt;
&lt;br /&gt;
altered or corrupted during transfer.&lt;br /&gt;
&lt;br /&gt;
;clear&lt;br /&gt;
: has the same effect as pressing ctrl and L. This clears your terminal of all &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;cp &lt;br /&gt;
: This command is used to copy files or directories to another locations.&lt;br /&gt;
&lt;br /&gt;
;cpio &lt;br /&gt;
: this is an archiving tool similar to tar. intended to copy archive files to &lt;br /&gt;
&lt;br /&gt;
tape, or disk.&lt;br /&gt;
&lt;br /&gt;
;crond&lt;br /&gt;
:Executes commands at scheduled times as controlled by crontab&lt;br /&gt;
&lt;br /&gt;
;crontab&lt;br /&gt;
: at it&#039;s most basic level, crontab allows you to edit your crontab file. This is &lt;br /&gt;
&lt;br /&gt;
the file that controls what commands are set to run at a specific time.&lt;br /&gt;
&lt;br /&gt;
;cupsd&lt;br /&gt;
: starts the print scheduler.&lt;br /&gt;
&lt;br /&gt;
;cut&lt;br /&gt;
:allows you to cut information out from the specified files.&lt;br /&gt;
&lt;br /&gt;
;cvs&lt;br /&gt;
:short for concurrent versions system allows multiple users to change, and &lt;br /&gt;
&lt;br /&gt;
implement their changes to files concurrently.&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
&lt;br /&gt;
;date&lt;br /&gt;
: Prints the current date and time, this can also be used by administrators to &lt;br /&gt;
&lt;br /&gt;
change the date and time of the clock. See also hwclock.&lt;br /&gt;
&lt;br /&gt;
;dd&lt;br /&gt;
: short for data dump this command makes a bit for bit copy of a specified &lt;br /&gt;
&lt;br /&gt;
location. Though it can be a very powerful tool, this would not be used for &lt;br /&gt;
&lt;br /&gt;
standard backup, or data manipulation.&lt;br /&gt;
&lt;br /&gt;
;df&lt;br /&gt;
: Gives the available disk space of all mounted partitions, or on a specified &lt;br /&gt;
&lt;br /&gt;
mounted partition.&lt;br /&gt;
&lt;br /&gt;
;diff&lt;br /&gt;
: Used to show the differences between two files.&lt;br /&gt;
&lt;br /&gt;
;dig&lt;br /&gt;
: Used to lookup DNS servers similar to the deprecated nslookup command.&lt;br /&gt;
&lt;br /&gt;
;dir&lt;br /&gt;
: The same command as ls, even taking the same arguments. This command may not &lt;br /&gt;
&lt;br /&gt;
necessarily be part of your distro, but exists for simplicity of people familiar &lt;br /&gt;
&lt;br /&gt;
with Microsoft command line.&lt;br /&gt;
&lt;br /&gt;
;disable&lt;br /&gt;
:disables access to a printer.&lt;br /&gt;
&lt;br /&gt;
;dmesg&lt;br /&gt;
: a powerful troubleshooting command, this command displays the messages from the &lt;br /&gt;
&lt;br /&gt;
 kernel ring buffer meaning the information that flys by while your system is &lt;br /&gt;
&lt;br /&gt;
booting.&lt;br /&gt;
&lt;br /&gt;
;domainname&lt;br /&gt;
: used to view or set the computers domain name.&lt;br /&gt;
&lt;br /&gt;
;doexec&lt;br /&gt;
: executes the specified command with defined options, and arguments.&lt;br /&gt;
&lt;br /&gt;
;du&lt;br /&gt;
: prints current disk usage for the specified location.&lt;br /&gt;
&lt;br /&gt;
;dosfsck&lt;br /&gt;
:similar to fsck, but used for dos filesystems. This command attempts to &lt;br /&gt;
&lt;br /&gt;
diagnose, and fix common filesystem errors.&lt;br /&gt;
&lt;br /&gt;
;dump&lt;br /&gt;
: this is a backup utility available for specific linux filesystems that can &lt;br /&gt;
&lt;br /&gt;
perform incremental backups after an initial full backup.&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
&lt;br /&gt;
;e2fsck&lt;br /&gt;
:similar to fsck or dosfsck, this command is used to diagnose and attempt repairs &lt;br /&gt;
&lt;br /&gt;
to a file system. Used for ext2 and ext3 systems.&lt;br /&gt;
&lt;br /&gt;
;echo&lt;br /&gt;
: prints input as standard output. Also can be used to view environmental &lt;br /&gt;
&lt;br /&gt;
variables.&lt;br /&gt;
&lt;br /&gt;
;edquota&lt;br /&gt;
: allows you to edit filesystem quotas.&lt;br /&gt;
&lt;br /&gt;
;egrep&lt;br /&gt;
: searches for lines that contain an extended regular expression.&lt;br /&gt;
&lt;br /&gt;
;enable&lt;br /&gt;
: enables printers.&lt;br /&gt;
&lt;br /&gt;
;env&lt;br /&gt;
:displays all environment variables this command can also be uses to change &lt;br /&gt;
&lt;br /&gt;
environment variables .&lt;br /&gt;
&lt;br /&gt;
;expand&lt;br /&gt;
: Converts tabs in files to defined number of spaces. &lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
&lt;br /&gt;
;factor&lt;br /&gt;
: displays the prime number of specified number.&lt;br /&gt;
&lt;br /&gt;
;false&lt;br /&gt;
:This command returns an unsuccesful status. Peticularily useful in scripts.&lt;br /&gt;
&lt;br /&gt;
;fdisk&lt;br /&gt;
:used to view, and edit partitions, and to change active partitions.&lt;br /&gt;
&lt;br /&gt;
;fetchmail&lt;br /&gt;
: gets email from mailservers, and forwards it to the local system&lt;br /&gt;
&lt;br /&gt;
;fgrep&lt;br /&gt;
: a variant of the grep command, this command searches for information that &lt;br /&gt;
&lt;br /&gt;
matches the user defined input. This command is faster than grep, but may not be &lt;br /&gt;
&lt;br /&gt;
as powerful.&lt;br /&gt;
&lt;br /&gt;
;file&lt;br /&gt;
: gives information about the type of data the specified file contains.&lt;br /&gt;
&lt;br /&gt;
;find&lt;br /&gt;
: A search utility for linux that can search by a number of different types of &lt;br /&gt;
&lt;br /&gt;
data. e.g. name, type, or size.&lt;br /&gt;
&lt;br /&gt;
;finger&lt;br /&gt;
: gives information about specified users&lt;br /&gt;
&lt;br /&gt;
;fmt&lt;br /&gt;
: a command that can help unify formatting of text.&lt;br /&gt;
&lt;br /&gt;
;fold&lt;br /&gt;
: breaks the lines of a file. ie. you can format a text file to only be a set &lt;br /&gt;
&lt;br /&gt;
number of characters, bytes, or columns.&lt;br /&gt;
&lt;br /&gt;
;free &lt;br /&gt;
: gives information about current RAM, and swap space usage.&lt;br /&gt;
&lt;br /&gt;
;fsck&lt;br /&gt;
: checks and repairs damaged filesystems.&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
&lt;br /&gt;
;gpasswd&lt;br /&gt;
: changes specified group password.&lt;br /&gt;
&lt;br /&gt;
;gpg&lt;br /&gt;
: Stands for Gnu Privacy Guard. This command allows encryption and decryption of &lt;br /&gt;
&lt;br /&gt;
data.&lt;br /&gt;
&lt;br /&gt;
;grep&lt;br /&gt;
: This utility can be used to search for text within a file. When piped with &lt;br /&gt;
&lt;br /&gt;
other commands it is very powerful.&lt;br /&gt;
&lt;br /&gt;
;groupadd&lt;br /&gt;
: Creates new groups&lt;br /&gt;
&lt;br /&gt;
;groupdel&lt;br /&gt;
: deletes groups from the system&lt;br /&gt;
&lt;br /&gt;
;groupmod&lt;br /&gt;
: Modifies group information&lt;br /&gt;
&lt;br /&gt;
;groups&lt;br /&gt;
: Shows the groups to which a user belongs&lt;br /&gt;
&lt;br /&gt;
;gs&lt;br /&gt;
: Stands for GhostScript. This  command is used to interpret Adobe&#039;s PostScript &lt;br /&gt;
&lt;br /&gt;
and PDF filetypes.&lt;br /&gt;
&lt;br /&gt;
;gunzip&lt;br /&gt;
: Used to unzip files compressed with gzip&lt;br /&gt;
&lt;br /&gt;
;gzexe&lt;br /&gt;
:used to compress executable files.&lt;br /&gt;
&lt;br /&gt;
;gzip&lt;br /&gt;
: used to compress files.&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
&lt;br /&gt;
;halt&lt;br /&gt;
:Turns of the computer.&lt;br /&gt;
&lt;br /&gt;
;head&lt;br /&gt;
: Prints the first several lines of specified files. &lt;br /&gt;
&lt;br /&gt;
;host&lt;br /&gt;
: Gives information about hosts, or zones contained in DNS&lt;br /&gt;
&lt;br /&gt;
;hostname&lt;br /&gt;
: sets or displays the current name of the host system.&lt;br /&gt;
&lt;br /&gt;
;hwclock&lt;br /&gt;
:views or changes the hardware clock. See also date command.&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
&lt;br /&gt;
;iconv&lt;br /&gt;
: converts files to a different character encoding&lt;br /&gt;
&lt;br /&gt;
;id&lt;br /&gt;
: displays information about specified user&lt;br /&gt;
&lt;br /&gt;
;ifconfig&lt;br /&gt;
: view, assigns or configures network interfaces and their addresses along with &lt;br /&gt;
&lt;br /&gt;
other information.&lt;br /&gt;
&lt;br /&gt;
;inetd&lt;br /&gt;
: A linux superserver for internet services.&lt;br /&gt;
&lt;br /&gt;
;info&lt;br /&gt;
: an interactive screen which can give information about many linux commands, &lt;br /&gt;
&lt;br /&gt;
directories, and other valuable linux information.&lt;br /&gt;
&lt;br /&gt;
;init&lt;br /&gt;
: Command used to initialize the system, and change runlevels.&lt;br /&gt;
&lt;br /&gt;
;insmod&lt;br /&gt;
: loads the specified file into the kernel. Not as robust as modprobe.&lt;br /&gt;
&lt;br /&gt;
;iptables&lt;br /&gt;
: can be used to specify IP rules, and potentially build a firewall.&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
&lt;br /&gt;
;join&lt;br /&gt;
: joins information in files to matching fields such as a line number.&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
&lt;br /&gt;
;kernelversion&lt;br /&gt;
: gives information about the kernel you are using&lt;br /&gt;
&lt;br /&gt;
;kill&lt;br /&gt;
: terminates process ids or PIDs&lt;br /&gt;
&lt;br /&gt;
;Killall&lt;br /&gt;
: kills all processes related to specified command name.&lt;br /&gt;
&lt;br /&gt;
;klogd&lt;br /&gt;
: allows you to specifiy what kernel messages are displayed, and prioritize them.&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
&lt;br /&gt;
;last&lt;br /&gt;
: Displays a list of the most recent logins.&lt;br /&gt;
&lt;br /&gt;
;lastlog&lt;br /&gt;
: display the last login times for system accounts&lt;br /&gt;
&lt;br /&gt;
;less&lt;br /&gt;
: pages files or output, is much more robust than the more command. less is more.&lt;br /&gt;
&lt;br /&gt;
;lftp&lt;br /&gt;
: A file transfer program that can use ftp, http, ftps, and https protocols.&lt;br /&gt;
&lt;br /&gt;
;ln&lt;br /&gt;
: Creates hard or soft links to files.&lt;br /&gt;
&lt;br /&gt;
;locale&lt;br /&gt;
: Displays current locale settings.&lt;br /&gt;
&lt;br /&gt;
;locate&lt;br /&gt;
: searches a database of file names. database is updated by updatedb command.&lt;br /&gt;
&lt;br /&gt;
;logger&lt;br /&gt;
: Adds information to the system log.&lt;br /&gt;
&lt;br /&gt;
;login&lt;br /&gt;
: Logs into the system&lt;br /&gt;
&lt;br /&gt;
;logrotate&lt;br /&gt;
:used to rotate, and otherwise manipulate log files.&lt;br /&gt;
&lt;br /&gt;
;lpq&lt;br /&gt;
: checks for the status of print jobs.&lt;br /&gt;
&lt;br /&gt;
;lpr&lt;br /&gt;
: sends files to be printed.&lt;br /&gt;
&lt;br /&gt;
;lprm&lt;br /&gt;
: allows for the cancelling of print jobs.&lt;br /&gt;
&lt;br /&gt;
;ls&lt;br /&gt;
: lists the specified directory.&lt;br /&gt;
&lt;br /&gt;
;lspci&lt;br /&gt;
:lists attached PCI devices&lt;br /&gt;
&lt;br /&gt;
;lsof&lt;br /&gt;
: Lists open files and information about the open files.&lt;br /&gt;
&lt;br /&gt;
;lsmod&lt;br /&gt;
: Lists loaded modules.&lt;br /&gt;
&lt;br /&gt;
;lsusb&lt;br /&gt;
: lists USB devices.&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
&lt;br /&gt;
;mail&lt;br /&gt;
: a command used for reading and sending mail to other users.&lt;br /&gt;
&lt;br /&gt;
;mailq&lt;br /&gt;
: shows messages currently in the mail queue&lt;br /&gt;
&lt;br /&gt;
;man&lt;br /&gt;
: shows the help manual for specified command&lt;br /&gt;
&lt;br /&gt;
;mkdir&lt;br /&gt;
: creates directories.&lt;br /&gt;
&lt;br /&gt;
;modinfo&lt;br /&gt;
: gives information about the specified module&lt;br /&gt;
&lt;br /&gt;
;modprobe&lt;br /&gt;
: attempts to load a module, as well as all modules original module depends on.&lt;br /&gt;
&lt;br /&gt;
;more&lt;br /&gt;
: pages files or other input&lt;br /&gt;
&lt;br /&gt;
;mount&lt;br /&gt;
: tries to mount the specified drive.&lt;br /&gt;
&lt;br /&gt;
;mv&lt;br /&gt;
Used to move, or rename files or directories.&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
&lt;br /&gt;
;netstat&lt;br /&gt;
: a command used to give information on active ports, and other network &lt;br /&gt;
&lt;br /&gt;
information&lt;br /&gt;
&lt;br /&gt;
;newgrp&lt;br /&gt;
: changes users default group.&lt;br /&gt;
&lt;br /&gt;
;nice&lt;br /&gt;
: allows for the priority of a command to be raised or lowered&lt;br /&gt;
&lt;br /&gt;
;nslookup&lt;br /&gt;
: looks up domain nameservers. Has been replaced with dig and host commands.&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
&lt;br /&gt;
;passwd&lt;br /&gt;
: allows the creation or changin of a password associated with a user&lt;br /&gt;
&lt;br /&gt;
;paste&lt;br /&gt;
: merges lines of files into tab-separated columns&lt;br /&gt;
&lt;br /&gt;
;pidof&lt;br /&gt;
: Show the process IDs of the requested program&lt;br /&gt;
&lt;br /&gt;
;ping&lt;br /&gt;
:used to test network connectivity. displays basic information on requested ip &lt;br /&gt;
&lt;br /&gt;
address, and response times.&lt;br /&gt;
&lt;br /&gt;
;pr&lt;br /&gt;
: prepares a text file for a printer friendly format.&lt;br /&gt;
&lt;br /&gt;
;ps&lt;br /&gt;
:shows information about running processes.&lt;br /&gt;
&lt;br /&gt;
;pwd&lt;br /&gt;
:Prints the entire path of the current working directory.&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
&lt;br /&gt;
;quota&lt;br /&gt;
: displays information on specified user and group disk quotas.&lt;br /&gt;
&lt;br /&gt;
;quotacheck&lt;br /&gt;
: checks and corrects disk quota information. Usually ran at startup&lt;br /&gt;
&lt;br /&gt;
;quotaon&lt;br /&gt;
: turns on the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotaoff&lt;br /&gt;
: turns of the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotastats&lt;br /&gt;
: displays disk quota information&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
&lt;br /&gt;
;reboot&lt;br /&gt;
: reboots the system.&lt;br /&gt;
&lt;br /&gt;
;reject&lt;br /&gt;
: tells printing system to reject specified destinations&lt;br /&gt;
&lt;br /&gt;
;renice&lt;br /&gt;
:changes the priority of already running processes&lt;br /&gt;
&lt;br /&gt;
;repquota&lt;br /&gt;
: creates a report for diskusage and quotas on the specified disk.&lt;br /&gt;
&lt;br /&gt;
;reset&lt;br /&gt;
: essentially the same as hitting the reset button, but this command is limited &lt;br /&gt;
&lt;br /&gt;
to the terminal&lt;br /&gt;
&lt;br /&gt;
;restore&lt;br /&gt;
: restores backup files from a dump. See also dump.&lt;br /&gt;
&lt;br /&gt;
;rm&lt;br /&gt;
: deletes files, and if passed the correct option, directories also.&lt;br /&gt;
&lt;br /&gt;
;rmdir&lt;br /&gt;
: deletes directories, but not not the files they might contain.&lt;br /&gt;
&lt;br /&gt;
;rmmod&lt;br /&gt;
:uninstalls modules from the kernel, generally you would want to use modprobe &lt;br /&gt;
&lt;br /&gt;
instead.&lt;br /&gt;
&lt;br /&gt;
;route&lt;br /&gt;
: allows the addition or deletion of entries in the routing tables.&lt;br /&gt;
&lt;br /&gt;
;rpm&lt;br /&gt;
: the red hat package manager. Used to install, upgrade, and uninstall packages.&lt;br /&gt;
&lt;br /&gt;
;rsync&lt;br /&gt;
: used to transfer files, typically accross a newtork.&lt;br /&gt;
&lt;br /&gt;
;runlevel&lt;br /&gt;
: displays runlevel information&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
&lt;br /&gt;
;scp&lt;br /&gt;
: used to securely transfer files.&lt;br /&gt;
&lt;br /&gt;
;sed&lt;br /&gt;
: Sed is a stream editor used to make basic changes to an input stream.&lt;br /&gt;
&lt;br /&gt;
;seq&lt;br /&gt;
: this command is used to print one incremental number per line to standard &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;setquota&lt;br /&gt;
: used to set a diskquota&lt;br /&gt;
&lt;br /&gt;
;sftp&lt;br /&gt;
: a secure file trasfer protocol that can be used via command line.&lt;br /&gt;
&lt;br /&gt;
;sh&lt;br /&gt;
: the standard unix shell.&lt;br /&gt;
&lt;br /&gt;
;shred&lt;br /&gt;
: securely overwrites, and deletes files.&lt;br /&gt;
&lt;br /&gt;
;shutdown&lt;br /&gt;
: used to shutdown the computer. Can be set to shutdown in a certain amount of &lt;br /&gt;
&lt;br /&gt;
time, or at a certain time.&lt;br /&gt;
&lt;br /&gt;
;size&lt;br /&gt;
: shows the six of a file&lt;br /&gt;
&lt;br /&gt;
;sleep&lt;br /&gt;
: defines a period of time the computer shou wait before processing another &lt;br /&gt;
&lt;br /&gt;
command&lt;br /&gt;
&lt;br /&gt;
;ssh&lt;br /&gt;
: Used to logon securely to another server, and run commands.&lt;br /&gt;
&lt;br /&gt;
;ssh-add&lt;br /&gt;
: Adds identities the the authentication agent.&lt;br /&gt;
&lt;br /&gt;
;ssh-agent&lt;br /&gt;
: Used to hold private key for use with public key authentication&lt;br /&gt;
&lt;br /&gt;
;ssh-keygen&lt;br /&gt;
: Used to generate and manage authentication keys for SSH.&lt;br /&gt;
&lt;br /&gt;
;ssh-keyscan&lt;br /&gt;
: uses to gather public and private keys from other hosts.&lt;br /&gt;
&lt;br /&gt;
;stat&lt;br /&gt;
: displays file or system status&lt;br /&gt;
&lt;br /&gt;
; su&lt;br /&gt;
: Switches User, if no user is given attempts to become superuser.&lt;br /&gt;
&lt;br /&gt;
;sudo&lt;br /&gt;
: Gives access to execute command as another user&lt;br /&gt;
&lt;br /&gt;
;sum&lt;br /&gt;
: creates a checksum for the specified file&lt;br /&gt;
&lt;br /&gt;
;swapoff&lt;br /&gt;
:disables devices for swapping&lt;br /&gt;
&lt;br /&gt;
;swapon&lt;br /&gt;
:enables devices for swapping&lt;br /&gt;
&lt;br /&gt;
== T == &lt;br /&gt;
&lt;br /&gt;
;tail&lt;br /&gt;
: Displays the last 10 lines of requested files&lt;br /&gt;
&lt;br /&gt;
;talk&lt;br /&gt;
: a basic chat program &lt;br /&gt;
&lt;br /&gt;
;tar&lt;br /&gt;
:This command stands for tape archiving. It is used to copy or restore files from &lt;br /&gt;
&lt;br /&gt;
 tape or disk&lt;br /&gt;
&lt;br /&gt;
;tcpd&lt;br /&gt;
: command to monitor incoming requests for specific services&lt;br /&gt;
&lt;br /&gt;
;tcpdump&lt;br /&gt;
: this command allows you to dump tcpip information to a medium to be examined.&lt;br /&gt;
&lt;br /&gt;
;telnet&lt;br /&gt;
: allows logging into another system remotely, and executing commands&lt;br /&gt;
&lt;br /&gt;
;tftp&lt;br /&gt;
: allows users to transfer files to and from remote machines.&lt;br /&gt;
&lt;br /&gt;
;top&lt;br /&gt;
: top provides information about the most cpu intensive processes running.&lt;br /&gt;
&lt;br /&gt;
;touch&lt;br /&gt;
:creates files, and or can update access and modification times of a file.&lt;br /&gt;
&lt;br /&gt;
;tr&lt;br /&gt;
: stands for translates character, and does just that, translating the characters &lt;br /&gt;
&lt;br /&gt;
you specify into another set of characters you specify.&lt;br /&gt;
&lt;br /&gt;
;tracepath&lt;br /&gt;
: traces the path to the specified host. Not as robust as traceroute&lt;br /&gt;
&lt;br /&gt;
;traceroute&lt;br /&gt;
: traces path to specified host.&lt;br /&gt;
&lt;br /&gt;
;true&lt;br /&gt;
: a command that returns a successful status.&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
&lt;br /&gt;
;umount&lt;br /&gt;
:unmount the specified filesystem&lt;br /&gt;
&lt;br /&gt;
;uname&lt;br /&gt;
: displays information about the machine and operating system&lt;br /&gt;
&lt;br /&gt;
;uptime&lt;br /&gt;
: prints information about the current sessions.&lt;br /&gt;
&lt;br /&gt;
;useradd&lt;br /&gt;
: creates new user accounts.&lt;br /&gt;
&lt;br /&gt;
;userdel&lt;br /&gt;
:deletes specified ser accounts&lt;br /&gt;
&lt;br /&gt;
;usermod&lt;br /&gt;
: allows for modification of user accounts.&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
&lt;br /&gt;
;vi&lt;br /&gt;
: a text editor&lt;br /&gt;
&lt;br /&gt;
;vmstat&lt;br /&gt;
: gives information on virtual memory&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
&lt;br /&gt;
;w&lt;br /&gt;
: gives information on currently logged in users, and their activities.&lt;br /&gt;
&lt;br /&gt;
;warnquota&lt;br /&gt;
: used to set the why and who of to email when a user reaches their soft quota &lt;br /&gt;
&lt;br /&gt;
limit.&lt;br /&gt;
&lt;br /&gt;
;wget&lt;br /&gt;
: used for basic file downloading over the web&lt;br /&gt;
&lt;br /&gt;
;whatis&lt;br /&gt;
: A way to search for linux commands from the command prompts.&lt;br /&gt;
&lt;br /&gt;
;whereis&lt;br /&gt;
:locates the source and manual pages for linux commands and files.&lt;br /&gt;
&lt;br /&gt;
;which&lt;br /&gt;
: lists the pathnames of the files that would be executed if the specified &lt;br /&gt;
&lt;br /&gt;
command had been run.&lt;br /&gt;
&lt;br /&gt;
;who&lt;br /&gt;
: shows who is logged into the system&lt;br /&gt;
&lt;br /&gt;
;whois&lt;br /&gt;
: searches whois for information on a domain name, or IP&lt;br /&gt;
&lt;br /&gt;
;write&lt;br /&gt;
: a way to initiate or respond to an interactive conversation with another user&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
&lt;br /&gt;
;xargs&lt;br /&gt;
: builds and execute command lines from standard input.&lt;br /&gt;
&lt;br /&gt;
;xinetd&lt;br /&gt;
: A linux Superserver that listens to tcpip requests on behalf of other programs.&lt;br /&gt;
&lt;br /&gt;
== Y == &lt;br /&gt;
&lt;br /&gt;
;yes&lt;br /&gt;
: repeatedly outputs a line with specified strings, or just a y if unspecified. &lt;br /&gt;
&lt;br /&gt;
Used mostly in scripts.&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;/div&gt;</summary>
		<author><name>Dbliss0921</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3898</id>
		<title>Linux-command-list</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3898"/>
		<updated>2010-12-16T05:11:03Z</updated>

		<summary type="html">&lt;p&gt;Dbliss0921: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Linuxcl.jpg]]&lt;br /&gt;
&lt;br /&gt;
I Hope you find this list helpful, Please add to it as you see fit. Should someone get the urge, I feel a similar page on common linux locations could supplement this page quite well.&lt;br /&gt;
&lt;br /&gt;
= An Alphabetical List of Linux Commands =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
; Anacron&lt;br /&gt;
: Similar to Cron, this command runs commands periodically, with a frequency &lt;br /&gt;
&lt;br /&gt;
specified in days&lt;br /&gt;
&lt;br /&gt;
; apt&lt;br /&gt;
: short for Advanced Package Tool  this utulity is used to manage software &lt;br /&gt;
&lt;br /&gt;
packages popular in debian distros. This package uses several front ends such as &lt;br /&gt;
&lt;br /&gt;
aptitude, apt-get, and symantec &lt;br /&gt;
&lt;br /&gt;
; aptitude&lt;br /&gt;
:This is part of the Apt package. Used to manage software.&lt;br /&gt;
&lt;br /&gt;
; arp&lt;br /&gt;
: Arp is a networking command. Used to display or manipulate the Linux Kernel&#039;s &lt;br /&gt;
&lt;br /&gt;
IPv4 network neighbour cache. e.g. it relates IP adresses to Mac addresses.&lt;br /&gt;
&lt;br /&gt;
; at&lt;br /&gt;
:Executes commands at a specified time.&lt;br /&gt;
&lt;br /&gt;
; atd&lt;br /&gt;
:runs jobs queued by at&lt;br /&gt;
&lt;br /&gt;
; atq&lt;br /&gt;
: Lists users pending jobs, if the user is the superuser everybodies job&#039;s are &lt;br /&gt;
&lt;br /&gt;
listed.&lt;br /&gt;
&lt;br /&gt;
; atrm&lt;br /&gt;
:deletes jobs using a job number to specify the job&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
&lt;br /&gt;
;bash&lt;br /&gt;
:bash is the standard linux shell for almost all popular distros. The shell &lt;br /&gt;
&lt;br /&gt;
interprets all other commands.&lt;br /&gt;
&lt;br /&gt;
; batch&lt;br /&gt;
: executes commands when load levels permit as specified atd&lt;br /&gt;
&lt;br /&gt;
; bzip&lt;br /&gt;
:A file compression utility, like gzip, but with better compression&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
; cat&lt;br /&gt;
:Short for concatenate this program reads files and prints to standard output. &lt;br /&gt;
&lt;br /&gt;
; cfdisk&lt;br /&gt;
:A hard drive partitioning tool.&lt;br /&gt;
&lt;br /&gt;
; chage&lt;br /&gt;
:this command allows you to change information related to user passwords. i.e. &lt;br /&gt;
&lt;br /&gt;
when a password will expire.&lt;br /&gt;
&lt;br /&gt;
; chattr&lt;br /&gt;
:modifies file permissions in a way similar to chmod.&lt;br /&gt;
&lt;br /&gt;
; chkconfig&lt;br /&gt;
:manages which services will run in a specified runlevel&lt;br /&gt;
&lt;br /&gt;
; chmod&lt;br /&gt;
:changes the permissions for one or more files.&lt;br /&gt;
&lt;br /&gt;
; chown&lt;br /&gt;
:changes the ownership of one or more files both for the user and or the group.&lt;br /&gt;
&lt;br /&gt;
; chpasswd &lt;br /&gt;
: changes the password for a user.&lt;br /&gt;
&lt;br /&gt;
;chroot&lt;br /&gt;
: changes the root directory for a program, or for the users shell&lt;br /&gt;
&lt;br /&gt;
;cksum&lt;br /&gt;
:Runs a CRC checksum for all specified files. Used to verify that a file was not &lt;br /&gt;
&lt;br /&gt;
altered or corrupted during transfer.&lt;br /&gt;
&lt;br /&gt;
;clear&lt;br /&gt;
: has the same effect as pressing ctrl and L. This clears your terminal of all &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;cp &lt;br /&gt;
: This command is used to copy files or directories to another locations.&lt;br /&gt;
&lt;br /&gt;
;cpio &lt;br /&gt;
: this is an archiving tool similar to tar. intended to copy archive files to &lt;br /&gt;
&lt;br /&gt;
tape, or disk.&lt;br /&gt;
&lt;br /&gt;
;crond&lt;br /&gt;
:Executes commands at scheduled times as controlled by crontab&lt;br /&gt;
&lt;br /&gt;
;crontab&lt;br /&gt;
: at it&#039;s most basic level, crontab allows you to edit your crontab file. This is &lt;br /&gt;
&lt;br /&gt;
the file that controls what commands are set to run at a specific time.&lt;br /&gt;
&lt;br /&gt;
;cupsd&lt;br /&gt;
: starts the print scheduler.&lt;br /&gt;
&lt;br /&gt;
;cut&lt;br /&gt;
:allows you to cut information out from the specified files.&lt;br /&gt;
&lt;br /&gt;
;cvs&lt;br /&gt;
:short for concurrent versions system allows multiple users to change, and &lt;br /&gt;
&lt;br /&gt;
implement their changes to files concurrently.&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
&lt;br /&gt;
;date&lt;br /&gt;
: Prints the current date and time, this can also be used by administrators to &lt;br /&gt;
&lt;br /&gt;
change the date and time of the clock. See also hwclock.&lt;br /&gt;
&lt;br /&gt;
;dd&lt;br /&gt;
: short for data dump this command makes a bit for bit copy of a specified &lt;br /&gt;
&lt;br /&gt;
location. Though it can be a very powerful tool, this would not be used for &lt;br /&gt;
&lt;br /&gt;
standard backup, or data manipulation.&lt;br /&gt;
&lt;br /&gt;
;df&lt;br /&gt;
: Gives the available disk space of all mounted partitions, or on a specified &lt;br /&gt;
&lt;br /&gt;
mounted partition.&lt;br /&gt;
&lt;br /&gt;
;diff&lt;br /&gt;
: Used to show the differences between two files.&lt;br /&gt;
&lt;br /&gt;
;dig&lt;br /&gt;
: Used to lookup DNS servers similar to the deprecated nslookup command.&lt;br /&gt;
&lt;br /&gt;
;dir&lt;br /&gt;
: The same command as ls, even taking the same arguments. This command may not &lt;br /&gt;
&lt;br /&gt;
necessarily be part of your distro, but exists for simplicity of people familiar &lt;br /&gt;
&lt;br /&gt;
with Microsoft command line.&lt;br /&gt;
&lt;br /&gt;
;disable&lt;br /&gt;
:disables access to a printer.&lt;br /&gt;
&lt;br /&gt;
;dmesg&lt;br /&gt;
: a powerful troubleshooting command, this command displays the messages from the &lt;br /&gt;
&lt;br /&gt;
 kernel ring buffer meaning the information that flys by while your system is &lt;br /&gt;
&lt;br /&gt;
booting.&lt;br /&gt;
&lt;br /&gt;
;domainname&lt;br /&gt;
: used to view or set the computers domain name.&lt;br /&gt;
&lt;br /&gt;
;doexec&lt;br /&gt;
: executes the specified command with defined options, and arguments.&lt;br /&gt;
&lt;br /&gt;
;du&lt;br /&gt;
: prints current disk usage for the specified location.&lt;br /&gt;
&lt;br /&gt;
;dosfsck&lt;br /&gt;
:similar to fsck, but used for dos filesystems. This command attempts to &lt;br /&gt;
&lt;br /&gt;
diagnose, and fix common filesystem errors.&lt;br /&gt;
&lt;br /&gt;
;dump&lt;br /&gt;
: this is a backup utility available for specific linux filesystems that can &lt;br /&gt;
&lt;br /&gt;
perform incremental backups after an initial full backup.&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
&lt;br /&gt;
;e2fsck&lt;br /&gt;
:similar to fsck or dosfsck, this command is used to diagnose and attempt repairs &lt;br /&gt;
&lt;br /&gt;
to a file system. Used for ext2 and ext3 systems.&lt;br /&gt;
&lt;br /&gt;
;echo&lt;br /&gt;
: prints input as standard output. Also can be used to view environmental &lt;br /&gt;
&lt;br /&gt;
variables.&lt;br /&gt;
&lt;br /&gt;
;edquota&lt;br /&gt;
: allows you to edit filesystem quotas.&lt;br /&gt;
&lt;br /&gt;
;egrep&lt;br /&gt;
: searches for lines that contain an extended regular expression.&lt;br /&gt;
&lt;br /&gt;
;enable&lt;br /&gt;
: enables printers.&lt;br /&gt;
&lt;br /&gt;
;env&lt;br /&gt;
:displays all environment variables this command can also be uses to change &lt;br /&gt;
&lt;br /&gt;
environment variables .&lt;br /&gt;
&lt;br /&gt;
;expand&lt;br /&gt;
: Converts tabs in files to defined number of spaces. &lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
&lt;br /&gt;
;factor&lt;br /&gt;
: displays the prime number of specified number.&lt;br /&gt;
&lt;br /&gt;
;false&lt;br /&gt;
:This command returns an unsuccesful status. Peticularily useful in scripts.&lt;br /&gt;
&lt;br /&gt;
;fdisk&lt;br /&gt;
:used to view, and edit partitions, and to change active partitions.&lt;br /&gt;
&lt;br /&gt;
;fetchmail&lt;br /&gt;
: gets email from mailservers, and forwards it to the local system&lt;br /&gt;
&lt;br /&gt;
;fgrep&lt;br /&gt;
: a variant of the grep command, this command searches for information that &lt;br /&gt;
&lt;br /&gt;
matches the user defined input. This command is faster than grep, but may not be &lt;br /&gt;
&lt;br /&gt;
as powerful.&lt;br /&gt;
&lt;br /&gt;
;file&lt;br /&gt;
: gives information about the type of data the specified file contains.&lt;br /&gt;
&lt;br /&gt;
;find&lt;br /&gt;
: A search utility for linux that can search by a number of different types of &lt;br /&gt;
&lt;br /&gt;
data. e.g. name, type, or size.&lt;br /&gt;
&lt;br /&gt;
;finger&lt;br /&gt;
: gives information about specified users&lt;br /&gt;
&lt;br /&gt;
;fmt&lt;br /&gt;
: a command that can help unify formatting of text.&lt;br /&gt;
&lt;br /&gt;
;fold&lt;br /&gt;
: breaks the lines of a file. ie. you can format a text file to only be a set &lt;br /&gt;
&lt;br /&gt;
number of characters, bytes, or columns.&lt;br /&gt;
&lt;br /&gt;
;free &lt;br /&gt;
: gives information about current RAM, and swap space usage.&lt;br /&gt;
&lt;br /&gt;
;fsck&lt;br /&gt;
: checks and repairs damaged filesystems.&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
&lt;br /&gt;
;gpasswd&lt;br /&gt;
: changes specified group password.&lt;br /&gt;
&lt;br /&gt;
;gpg&lt;br /&gt;
: Stands for Gnu Privacy Guard. This command allows encryption and decryption of &lt;br /&gt;
&lt;br /&gt;
data.&lt;br /&gt;
&lt;br /&gt;
;grep&lt;br /&gt;
: This utility can be used to search for text within a file. When piped with &lt;br /&gt;
&lt;br /&gt;
other commands it is very powerful.&lt;br /&gt;
&lt;br /&gt;
;groupadd&lt;br /&gt;
: Creates new groups&lt;br /&gt;
&lt;br /&gt;
;groupdel&lt;br /&gt;
: deletes groups from the system&lt;br /&gt;
&lt;br /&gt;
;groupmod&lt;br /&gt;
: Modifies group information&lt;br /&gt;
&lt;br /&gt;
;groups&lt;br /&gt;
: Shows the groups to which a user belongs&lt;br /&gt;
&lt;br /&gt;
;gs&lt;br /&gt;
: Stands for GhostScript. This  command is used to interpret Adobe&#039;s PostScript &lt;br /&gt;
&lt;br /&gt;
and PDF filetypes.&lt;br /&gt;
&lt;br /&gt;
;gunzip&lt;br /&gt;
: Used to unzip files compressed with gzip&lt;br /&gt;
&lt;br /&gt;
;gzexe&lt;br /&gt;
:used to compress executable files.&lt;br /&gt;
&lt;br /&gt;
;gzip&lt;br /&gt;
: used to compress files.&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
&lt;br /&gt;
;halt&lt;br /&gt;
:Turns of the computer.&lt;br /&gt;
&lt;br /&gt;
;head&lt;br /&gt;
: Prints the first several lines of specified files. &lt;br /&gt;
&lt;br /&gt;
;host&lt;br /&gt;
: Gives information about hosts, or zones contained in DNS&lt;br /&gt;
&lt;br /&gt;
;hostname&lt;br /&gt;
: sets or displays the current name of the host system.&lt;br /&gt;
&lt;br /&gt;
;hwclock&lt;br /&gt;
:views or changes the hardware clock. See also date command.&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
&lt;br /&gt;
;iconv&lt;br /&gt;
: converts files to a different character encoding&lt;br /&gt;
&lt;br /&gt;
;id&lt;br /&gt;
: displays information about specified user&lt;br /&gt;
&lt;br /&gt;
;ifconfig&lt;br /&gt;
: view, assigns or configures network interfaces and their addresses along with &lt;br /&gt;
&lt;br /&gt;
other information.&lt;br /&gt;
&lt;br /&gt;
;inetd&lt;br /&gt;
: A linux superserver for internet services.&lt;br /&gt;
&lt;br /&gt;
;info&lt;br /&gt;
: an interactive screen which can give information about many linux commands, &lt;br /&gt;
&lt;br /&gt;
directories, and other valuable linux information.&lt;br /&gt;
&lt;br /&gt;
;init&lt;br /&gt;
: Command used to initialize the system, and change runlevels.&lt;br /&gt;
&lt;br /&gt;
;insmod&lt;br /&gt;
: loads the specified file into the kernel. Not as robust as modprobe.&lt;br /&gt;
&lt;br /&gt;
;iptables&lt;br /&gt;
: can be used to specify IP rules, and potentially build a firewall.&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
&lt;br /&gt;
;join&lt;br /&gt;
: joins information in files to matching fields such as a line number.&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
&lt;br /&gt;
;kernelversion&lt;br /&gt;
: gives information about the kernel you are using&lt;br /&gt;
&lt;br /&gt;
;kill&lt;br /&gt;
: terminates process ids or PIDs&lt;br /&gt;
&lt;br /&gt;
;Killall&lt;br /&gt;
: kills all processes related to specified command name.&lt;br /&gt;
&lt;br /&gt;
;klogd&lt;br /&gt;
: allows you to specifiy what kernel messages are displayed, and prioritize them.&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
&lt;br /&gt;
;last&lt;br /&gt;
: Displays a list of the most recent logins.&lt;br /&gt;
&lt;br /&gt;
;lastlog&lt;br /&gt;
: display the last login times for system accounts&lt;br /&gt;
&lt;br /&gt;
;less&lt;br /&gt;
: pages files or output, is much more robust than the more command. less is more.&lt;br /&gt;
&lt;br /&gt;
;lftp&lt;br /&gt;
: A file transfer program that can use ftp, http, ftps, and https protocols.&lt;br /&gt;
&lt;br /&gt;
;ln&lt;br /&gt;
: Creates hard or soft links to files.&lt;br /&gt;
&lt;br /&gt;
;locale&lt;br /&gt;
: Displays current locale settings.&lt;br /&gt;
&lt;br /&gt;
;locate&lt;br /&gt;
: searches a database of file names. database is updated by updatedb command.&lt;br /&gt;
&lt;br /&gt;
;logger&lt;br /&gt;
: Adds information to the system log.&lt;br /&gt;
&lt;br /&gt;
;login&lt;br /&gt;
: Logs into the system&lt;br /&gt;
&lt;br /&gt;
;logrotate&lt;br /&gt;
:used to rotate, and otherwise manipulate log files.&lt;br /&gt;
&lt;br /&gt;
;lpq&lt;br /&gt;
: checks for the status of print jobs.&lt;br /&gt;
&lt;br /&gt;
;lpr&lt;br /&gt;
: sends files to be printed.&lt;br /&gt;
&lt;br /&gt;
;lprm&lt;br /&gt;
: allows for the cancelling of print jobs.&lt;br /&gt;
&lt;br /&gt;
;ls&lt;br /&gt;
: lists the specified directory.&lt;br /&gt;
&lt;br /&gt;
;lspci&lt;br /&gt;
:lists attached PCI devices&lt;br /&gt;
&lt;br /&gt;
;lsof&lt;br /&gt;
: Lists open files and information about the open files.&lt;br /&gt;
&lt;br /&gt;
;lsmod&lt;br /&gt;
: Lists loaded modules.&lt;br /&gt;
&lt;br /&gt;
;lsusb&lt;br /&gt;
: lists USB devices.&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
&lt;br /&gt;
;mail&lt;br /&gt;
: a command used for reading and sending mail to other users.&lt;br /&gt;
&lt;br /&gt;
;mailq&lt;br /&gt;
: shows messages currently in the mail queue&lt;br /&gt;
&lt;br /&gt;
;man&lt;br /&gt;
: shows the help manual for specified command&lt;br /&gt;
&lt;br /&gt;
;mkdir&lt;br /&gt;
: creates directories.&lt;br /&gt;
&lt;br /&gt;
;modinfo&lt;br /&gt;
: gives information about the specified module&lt;br /&gt;
&lt;br /&gt;
;modprobe&lt;br /&gt;
: attempts to load a module, as well as all modules original module depends on.&lt;br /&gt;
&lt;br /&gt;
;more&lt;br /&gt;
: pages files or other input&lt;br /&gt;
&lt;br /&gt;
;mount&lt;br /&gt;
: tries to mount the specified drive.&lt;br /&gt;
&lt;br /&gt;
;mv&lt;br /&gt;
Used to move, or rename files or directories.&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
&lt;br /&gt;
;netstat&lt;br /&gt;
: a command used to give information on active ports, and other network &lt;br /&gt;
&lt;br /&gt;
information&lt;br /&gt;
&lt;br /&gt;
;newgrp&lt;br /&gt;
: changes users default group.&lt;br /&gt;
&lt;br /&gt;
;nice&lt;br /&gt;
: allows for the priority of a command to be raised or lowered&lt;br /&gt;
&lt;br /&gt;
;nslookup&lt;br /&gt;
: looks up domain nameservers. Has been replaced with dig and host commands.&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
&lt;br /&gt;
;passwd&lt;br /&gt;
: allows the creation or changin of a password associated with a user&lt;br /&gt;
&lt;br /&gt;
;paste&lt;br /&gt;
: merges lines of files into tab-separated columns&lt;br /&gt;
&lt;br /&gt;
;pidof&lt;br /&gt;
: Show the process IDs of the requested program&lt;br /&gt;
&lt;br /&gt;
;ping&lt;br /&gt;
:used to test network connectivity. displays basic information on requested ip &lt;br /&gt;
&lt;br /&gt;
address, and response times.&lt;br /&gt;
&lt;br /&gt;
;pr&lt;br /&gt;
: prepares a text file for a printer friendly format.&lt;br /&gt;
&lt;br /&gt;
;ps&lt;br /&gt;
:shows information about running processes.&lt;br /&gt;
&lt;br /&gt;
;pwd&lt;br /&gt;
:Prints the entire path of the current working directory.&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
&lt;br /&gt;
;quota&lt;br /&gt;
: displays information on specified user and group disk quotas.&lt;br /&gt;
&lt;br /&gt;
;quotacheck&lt;br /&gt;
: checks and corrects disk quota information. Usually ran at startup&lt;br /&gt;
&lt;br /&gt;
;quotaon&lt;br /&gt;
: turns on the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotaoff&lt;br /&gt;
: turns of the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotastats&lt;br /&gt;
: displays disk quota information&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
&lt;br /&gt;
;reboot&lt;br /&gt;
: reboots the system.&lt;br /&gt;
&lt;br /&gt;
;reject&lt;br /&gt;
: tells printing system to reject specified destinations&lt;br /&gt;
&lt;br /&gt;
;renice&lt;br /&gt;
:changes the priority of already running processes&lt;br /&gt;
&lt;br /&gt;
;repquota&lt;br /&gt;
: creates a report for diskusage and quotas on the specified disk.&lt;br /&gt;
&lt;br /&gt;
;reset&lt;br /&gt;
: essentially the same as hitting the reset button, but this command is limited &lt;br /&gt;
&lt;br /&gt;
to the terminal&lt;br /&gt;
&lt;br /&gt;
;restore&lt;br /&gt;
: restores backup files from a dump. See also dump.&lt;br /&gt;
&lt;br /&gt;
;rm&lt;br /&gt;
: deletes files, and if passed the correct option, directories also.&lt;br /&gt;
&lt;br /&gt;
;rmdir&lt;br /&gt;
: deletes directories, but not not the files they might contain.&lt;br /&gt;
&lt;br /&gt;
;rmmod&lt;br /&gt;
:uninstalls modules from the kernel, generally you would want to use modprobe &lt;br /&gt;
&lt;br /&gt;
instead.&lt;br /&gt;
&lt;br /&gt;
;route&lt;br /&gt;
: allows the addition or deletion of entries in the routing tables.&lt;br /&gt;
&lt;br /&gt;
;rpm&lt;br /&gt;
: the red hat package manager. Used to install, upgrade, and uninstall packages.&lt;br /&gt;
&lt;br /&gt;
;rsync&lt;br /&gt;
: used to transfer files, typically accross a newtork.&lt;br /&gt;
&lt;br /&gt;
;runlevel&lt;br /&gt;
: displays runlevel information&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
&lt;br /&gt;
;scp&lt;br /&gt;
: used to securely transfer files.&lt;br /&gt;
&lt;br /&gt;
;sed&lt;br /&gt;
: Sed is a stream editor used to make basic changes to an input stream.&lt;br /&gt;
&lt;br /&gt;
;seq&lt;br /&gt;
: this command is used to print one incremental number per line to standard &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;setquota&lt;br /&gt;
: used to set a diskquota&lt;br /&gt;
&lt;br /&gt;
;sftp&lt;br /&gt;
: a secure file trasfer protocol that can be used via command line.&lt;br /&gt;
&lt;br /&gt;
;sh&lt;br /&gt;
: the standard unix shell.&lt;br /&gt;
&lt;br /&gt;
;shred&lt;br /&gt;
: securely overwrites, and deletes files.&lt;br /&gt;
&lt;br /&gt;
;shutdown&lt;br /&gt;
: used to shutdown the computer. Can be set to shutdown in a certain amount of &lt;br /&gt;
&lt;br /&gt;
time, or at a certain time.&lt;br /&gt;
&lt;br /&gt;
;size&lt;br /&gt;
: shows the six of a file&lt;br /&gt;
&lt;br /&gt;
;sleep&lt;br /&gt;
: defines a period of time the computer shou wait before processing another &lt;br /&gt;
&lt;br /&gt;
command&lt;br /&gt;
&lt;br /&gt;
;ssh&lt;br /&gt;
: Used to logon securely to another server, and run commands.&lt;br /&gt;
&lt;br /&gt;
;ssh-add&lt;br /&gt;
: Adds identities the the authentication agent.&lt;br /&gt;
&lt;br /&gt;
;ssh-agent&lt;br /&gt;
: Used to hold private key for use with public key authentication&lt;br /&gt;
&lt;br /&gt;
;ssh-keygen&lt;br /&gt;
: Used to generate and manage authentication keys for SSH.&lt;br /&gt;
&lt;br /&gt;
;ssh-keyscan&lt;br /&gt;
: uses to gather public and private keys from other hosts.&lt;br /&gt;
&lt;br /&gt;
;stat&lt;br /&gt;
: displays file or system status&lt;br /&gt;
&lt;br /&gt;
; su&lt;br /&gt;
: Switches User, if no user is given attempts to become superuser.&lt;br /&gt;
&lt;br /&gt;
;sudo&lt;br /&gt;
: Gives access to execute command as another user&lt;br /&gt;
&lt;br /&gt;
;sum&lt;br /&gt;
: creates a checksum for the specified file&lt;br /&gt;
&lt;br /&gt;
;swapoff&lt;br /&gt;
:disables devices for swapping&lt;br /&gt;
&lt;br /&gt;
;swapon&lt;br /&gt;
:enables devices for swapping&lt;br /&gt;
&lt;br /&gt;
== T == &lt;br /&gt;
&lt;br /&gt;
;tail&lt;br /&gt;
: Displays the last 10 lines of requested files&lt;br /&gt;
&lt;br /&gt;
;talk&lt;br /&gt;
: a basic chat program &lt;br /&gt;
&lt;br /&gt;
;tar&lt;br /&gt;
:This command stands for tape archiving. It is used to copy or restore files from &lt;br /&gt;
&lt;br /&gt;
 tape or disk&lt;br /&gt;
&lt;br /&gt;
;tcpd&lt;br /&gt;
: command to monitor incoming requests for specific services&lt;br /&gt;
&lt;br /&gt;
;tcpdump&lt;br /&gt;
: this command allows you to dump tcpip information to a medium to be examined.&lt;br /&gt;
&lt;br /&gt;
;telnet&lt;br /&gt;
: allows logging into another system remotely, and executing commands&lt;br /&gt;
&lt;br /&gt;
;tftp&lt;br /&gt;
: allows users to transfer files to and from remote machines.&lt;br /&gt;
&lt;br /&gt;
;top&lt;br /&gt;
: top provides information about the most cpu intensive processes running.&lt;br /&gt;
&lt;br /&gt;
;touch&lt;br /&gt;
:creates files, and or can update access and modification times of a file.&lt;br /&gt;
&lt;br /&gt;
;tr&lt;br /&gt;
: stands for translates character, and does just that, translating the characters &lt;br /&gt;
&lt;br /&gt;
you specify into another set of characters you specify.&lt;br /&gt;
&lt;br /&gt;
;tracepath&lt;br /&gt;
: traces the path to the specified host. Not as robust as traceroute&lt;br /&gt;
&lt;br /&gt;
;traceroute&lt;br /&gt;
: traces path to specified host.&lt;br /&gt;
&lt;br /&gt;
;true&lt;br /&gt;
: a command that returns a successful status.&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
&lt;br /&gt;
;umount&lt;br /&gt;
:unmount the specified filesystem&lt;br /&gt;
&lt;br /&gt;
;uname&lt;br /&gt;
: displays information about the machine and operating system&lt;br /&gt;
&lt;br /&gt;
;uptime&lt;br /&gt;
: prints information about the current sessions.&lt;br /&gt;
&lt;br /&gt;
;useradd&lt;br /&gt;
: creates new user accounts.&lt;br /&gt;
&lt;br /&gt;
;userdel&lt;br /&gt;
:deletes specified ser accounts&lt;br /&gt;
&lt;br /&gt;
;usermod&lt;br /&gt;
: allows for modification of user accounts.&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
&lt;br /&gt;
;vi&lt;br /&gt;
: a text editor&lt;br /&gt;
&lt;br /&gt;
;vmstat&lt;br /&gt;
: gives information on virtual memory&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
&lt;br /&gt;
;w&lt;br /&gt;
: gives information on currently logged in users, and their activities.&lt;br /&gt;
&lt;br /&gt;
;warnquota&lt;br /&gt;
: used to set the why and who of to email when a user reaches their soft quota &lt;br /&gt;
&lt;br /&gt;
limit.&lt;br /&gt;
&lt;br /&gt;
;wget&lt;br /&gt;
: used for basic file downloading over the web&lt;br /&gt;
&lt;br /&gt;
;whatis&lt;br /&gt;
: A way to search for linux commands from the command prompts.&lt;br /&gt;
&lt;br /&gt;
;whereis&lt;br /&gt;
:locates the source and manual pages for linux commands and files.&lt;br /&gt;
&lt;br /&gt;
;which&lt;br /&gt;
: lists the pathnames of the files that would be executed if the specified &lt;br /&gt;
&lt;br /&gt;
command had been run.&lt;br /&gt;
&lt;br /&gt;
;who&lt;br /&gt;
: shows who is logged into the system&lt;br /&gt;
&lt;br /&gt;
;whois&lt;br /&gt;
: searches whois for information on a domain name, or IP&lt;br /&gt;
&lt;br /&gt;
;write&lt;br /&gt;
: a way to initiate or respond to an interactive conversation with another user&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
&lt;br /&gt;
;xargs&lt;br /&gt;
: builds and execute command lines from standard input.&lt;br /&gt;
&lt;br /&gt;
;xinetd&lt;br /&gt;
: A linux Superserver that listens to tcpip requests on behalf of other programs.&lt;br /&gt;
&lt;br /&gt;
== Y == &lt;br /&gt;
&lt;br /&gt;
;yes&lt;br /&gt;
: repeatedly outputs a line with specified strings, or just a y if unspecified. &lt;br /&gt;
&lt;br /&gt;
Used mostly in scripts.&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;/div&gt;</summary>
		<author><name>Dbliss0921</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3897</id>
		<title>Linux-command-list</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3897"/>
		<updated>2010-12-16T05:08:40Z</updated>

		<summary type="html">&lt;p&gt;Dbliss0921: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Linuxcl.jpg]]&lt;br /&gt;
&lt;br /&gt;
= An Alphabetical List of Linux Commands =&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
; Anacron&lt;br /&gt;
: Similar to Cron, this command runs commands periodically, with a frequency &lt;br /&gt;
&lt;br /&gt;
specified in days&lt;br /&gt;
&lt;br /&gt;
; apt&lt;br /&gt;
: short for Advanced Package Tool  this utulity is used to manage software &lt;br /&gt;
&lt;br /&gt;
packages popular in debian distros. This package uses several front ends such as &lt;br /&gt;
&lt;br /&gt;
aptitude, apt-get, and symantec &lt;br /&gt;
&lt;br /&gt;
; aptitude&lt;br /&gt;
:This is part of the Apt package. Used to manage software.&lt;br /&gt;
&lt;br /&gt;
; arp&lt;br /&gt;
: Arp is a networking command. Used to display or manipulate the Linux Kernel&#039;s &lt;br /&gt;
&lt;br /&gt;
IPv4 network neighbour cache. e.g. it relates IP adresses to Mac addresses.&lt;br /&gt;
&lt;br /&gt;
; at&lt;br /&gt;
:Executes commands at a specified time.&lt;br /&gt;
&lt;br /&gt;
; atd&lt;br /&gt;
:runs jobs queued by at&lt;br /&gt;
&lt;br /&gt;
; atq&lt;br /&gt;
: Lists users pending jobs, if the user is the superuser everybodies job&#039;s are &lt;br /&gt;
&lt;br /&gt;
listed.&lt;br /&gt;
&lt;br /&gt;
; atrm&lt;br /&gt;
:deletes jobs using a job number to specify the job&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
&lt;br /&gt;
;bash&lt;br /&gt;
:bash is the standard linux shell for almost all popular distros. The shell &lt;br /&gt;
&lt;br /&gt;
interprets all other commands.&lt;br /&gt;
&lt;br /&gt;
; batch&lt;br /&gt;
: executes commands when load levels permit as specified atd&lt;br /&gt;
&lt;br /&gt;
; bzip&lt;br /&gt;
:A file compression utility, like gzip, but with better compression&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
; cat&lt;br /&gt;
:Short for concatenate this program reads files and prints to standard output. &lt;br /&gt;
&lt;br /&gt;
; cfdisk&lt;br /&gt;
:A hard drive partitioning tool.&lt;br /&gt;
&lt;br /&gt;
; chage&lt;br /&gt;
:this command allows you to change information related to user passwords. i.e. &lt;br /&gt;
&lt;br /&gt;
when a password will expire.&lt;br /&gt;
&lt;br /&gt;
; chattr&lt;br /&gt;
:modifies file permissions in a way similar to chmod.&lt;br /&gt;
&lt;br /&gt;
; chkconfig&lt;br /&gt;
:manages which services will run in a specified runlevel&lt;br /&gt;
&lt;br /&gt;
; chmod&lt;br /&gt;
:changes the permissions for one or more files.&lt;br /&gt;
&lt;br /&gt;
; chown&lt;br /&gt;
:changes the ownership of one or more files both for the user and or the group.&lt;br /&gt;
&lt;br /&gt;
; chpasswd &lt;br /&gt;
: changes the password for a user.&lt;br /&gt;
&lt;br /&gt;
;chroot&lt;br /&gt;
: changes the root directory for a program, or for the users shell&lt;br /&gt;
&lt;br /&gt;
;cksum&lt;br /&gt;
:Runs a CRC checksum for all specified files. Used to verify that a file was not &lt;br /&gt;
&lt;br /&gt;
altered or corrupted during transfer.&lt;br /&gt;
&lt;br /&gt;
;clear&lt;br /&gt;
: has the same effect as pressing ctrl and L. This clears your terminal of all &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;cp &lt;br /&gt;
: This command is used to copy files or directories to another locations.&lt;br /&gt;
&lt;br /&gt;
;cpio &lt;br /&gt;
: this is an archiving tool similar to tar. intended to copy archive files to &lt;br /&gt;
&lt;br /&gt;
tape, or disk.&lt;br /&gt;
&lt;br /&gt;
;crond&lt;br /&gt;
:Executes commands at scheduled times as controlled by crontab&lt;br /&gt;
&lt;br /&gt;
;crontab&lt;br /&gt;
: at it&#039;s most basic level, crontab allows you to edit your crontab file. This is &lt;br /&gt;
&lt;br /&gt;
the file that controls what commands are set to run at a specific time.&lt;br /&gt;
&lt;br /&gt;
;cupsd&lt;br /&gt;
: starts the print scheduler.&lt;br /&gt;
&lt;br /&gt;
;cut&lt;br /&gt;
:allows you to cut information out from the specified files.&lt;br /&gt;
&lt;br /&gt;
;cvs&lt;br /&gt;
:short for concurrent versions system allows multiple users to change, and &lt;br /&gt;
&lt;br /&gt;
implement their changes to files concurrently.&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
&lt;br /&gt;
;date&lt;br /&gt;
: Prints the current date and time, this can also be used by administrators to &lt;br /&gt;
&lt;br /&gt;
change the date and time of the clock. See also hwclock.&lt;br /&gt;
&lt;br /&gt;
;dd&lt;br /&gt;
: short for data dump this command makes a bit for bit copy of a specified &lt;br /&gt;
&lt;br /&gt;
location. Though it can be a very powerful tool, this would not be used for &lt;br /&gt;
&lt;br /&gt;
standard backup, or data manipulation.&lt;br /&gt;
&lt;br /&gt;
;df&lt;br /&gt;
: Gives the available disk space of all mounted partitions, or on a specified &lt;br /&gt;
&lt;br /&gt;
mounted partition.&lt;br /&gt;
&lt;br /&gt;
;diff&lt;br /&gt;
: Used to show the differences between two files.&lt;br /&gt;
&lt;br /&gt;
;dig&lt;br /&gt;
: Used to lookup DNS servers similar to the deprecated nslookup command.&lt;br /&gt;
&lt;br /&gt;
;dir&lt;br /&gt;
: The same command as ls, even taking the same arguments. This command may not &lt;br /&gt;
&lt;br /&gt;
necessarily be part of your distro, but exists for simplicity of people familiar &lt;br /&gt;
&lt;br /&gt;
with Microsoft command line.&lt;br /&gt;
&lt;br /&gt;
;disable&lt;br /&gt;
:disables access to a printer.&lt;br /&gt;
&lt;br /&gt;
;dmesg&lt;br /&gt;
: a powerful troubleshooting command, this command displays the messages from the &lt;br /&gt;
&lt;br /&gt;
 kernel ring buffer meaning the information that flys by while your system is &lt;br /&gt;
&lt;br /&gt;
booting.&lt;br /&gt;
&lt;br /&gt;
;domainname&lt;br /&gt;
: used to view or set the computers domain name.&lt;br /&gt;
&lt;br /&gt;
;doexec&lt;br /&gt;
: executes the specified command with defined options, and arguments.&lt;br /&gt;
&lt;br /&gt;
;du&lt;br /&gt;
: prints current disk usage for the specified location.&lt;br /&gt;
&lt;br /&gt;
;dosfsck&lt;br /&gt;
:similar to fsck, but used for dos filesystems. This command attempts to &lt;br /&gt;
&lt;br /&gt;
diagnose, and fix common filesystem errors.&lt;br /&gt;
&lt;br /&gt;
;dump&lt;br /&gt;
: this is a backup utility available for specific linux filesystems that can &lt;br /&gt;
&lt;br /&gt;
perform incremental backups after an initial full backup.&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
&lt;br /&gt;
;e2fsck&lt;br /&gt;
:similar to fsck or dosfsck, this command is used to diagnose and attempt repairs &lt;br /&gt;
&lt;br /&gt;
to a file system. Used for ext2 and ext3 systems.&lt;br /&gt;
&lt;br /&gt;
;echo&lt;br /&gt;
: prints input as standard output. Also can be used to view environmental &lt;br /&gt;
&lt;br /&gt;
variables.&lt;br /&gt;
&lt;br /&gt;
;edquota&lt;br /&gt;
: allows you to edit filesystem quotas.&lt;br /&gt;
&lt;br /&gt;
;egrep&lt;br /&gt;
: searches for lines that contain an extended regular expression.&lt;br /&gt;
&lt;br /&gt;
;enable&lt;br /&gt;
: enables printers.&lt;br /&gt;
&lt;br /&gt;
;env&lt;br /&gt;
:displays all environment variables this command can also be uses to change &lt;br /&gt;
&lt;br /&gt;
environment variables .&lt;br /&gt;
&lt;br /&gt;
;expand&lt;br /&gt;
: Converts tabs in files to defined number of spaces. &lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
&lt;br /&gt;
;factor&lt;br /&gt;
: displays the prime number of specified number.&lt;br /&gt;
&lt;br /&gt;
;false&lt;br /&gt;
:This command returns an unsuccesful status. Peticularily useful in scripts.&lt;br /&gt;
&lt;br /&gt;
;fdisk&lt;br /&gt;
:used to view, and edit partitions, and to change active partitions.&lt;br /&gt;
&lt;br /&gt;
;fetchmail&lt;br /&gt;
: gets email from mailservers, and forwards it to the local system&lt;br /&gt;
&lt;br /&gt;
;fgrep&lt;br /&gt;
: a variant of the grep command, this command searches for information that &lt;br /&gt;
&lt;br /&gt;
matches the user defined input. This command is faster than grep, but may not be &lt;br /&gt;
&lt;br /&gt;
as powerful.&lt;br /&gt;
&lt;br /&gt;
;file&lt;br /&gt;
: gives information about the type of data the specified file contains.&lt;br /&gt;
&lt;br /&gt;
;find&lt;br /&gt;
: A search utility for linux that can search by a number of different types of &lt;br /&gt;
&lt;br /&gt;
data. e.g. name, type, or size.&lt;br /&gt;
&lt;br /&gt;
;finger&lt;br /&gt;
: gives information about specified users&lt;br /&gt;
&lt;br /&gt;
;fmt&lt;br /&gt;
: a command that can help unify formatting of text.&lt;br /&gt;
&lt;br /&gt;
;fold&lt;br /&gt;
: breaks the lines of a file. ie. you can format a text file to only be a set &lt;br /&gt;
&lt;br /&gt;
number of characters, bytes, or columns.&lt;br /&gt;
&lt;br /&gt;
;free &lt;br /&gt;
: gives information about current RAM, and swap space usage.&lt;br /&gt;
&lt;br /&gt;
;fsck&lt;br /&gt;
: checks and repairs damaged filesystems.&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
&lt;br /&gt;
;gpasswd&lt;br /&gt;
: changes specified group password.&lt;br /&gt;
&lt;br /&gt;
;gpg&lt;br /&gt;
: Stands for Gnu Privacy Guard. This command allows encryption and decryption of &lt;br /&gt;
&lt;br /&gt;
data.&lt;br /&gt;
&lt;br /&gt;
;grep&lt;br /&gt;
: This utility can be used to search for text within a file. When piped with &lt;br /&gt;
&lt;br /&gt;
other commands it is very powerful.&lt;br /&gt;
&lt;br /&gt;
;groupadd&lt;br /&gt;
: Creates new groups&lt;br /&gt;
&lt;br /&gt;
;groupdel&lt;br /&gt;
: deletes groups from the system&lt;br /&gt;
&lt;br /&gt;
;groupmod&lt;br /&gt;
: Modifies group information&lt;br /&gt;
&lt;br /&gt;
;groups&lt;br /&gt;
: Shows the groups to which a user belongs&lt;br /&gt;
&lt;br /&gt;
;gs&lt;br /&gt;
: Stands for GhostScript. This  command is used to interpret Adobe&#039;s PostScript &lt;br /&gt;
&lt;br /&gt;
and PDF filetypes.&lt;br /&gt;
&lt;br /&gt;
;gunzip&lt;br /&gt;
: Used to unzip files compressed with gzip&lt;br /&gt;
&lt;br /&gt;
;gzexe&lt;br /&gt;
:used to compress executable files.&lt;br /&gt;
&lt;br /&gt;
;gzip&lt;br /&gt;
: used to compress files.&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
&lt;br /&gt;
;halt&lt;br /&gt;
:Turns of the computer.&lt;br /&gt;
&lt;br /&gt;
;head&lt;br /&gt;
: Prints the first several lines of specified files. &lt;br /&gt;
&lt;br /&gt;
;host&lt;br /&gt;
: Gives information about hosts, or zones contained in DNS&lt;br /&gt;
&lt;br /&gt;
;hostname&lt;br /&gt;
: sets or displays the current name of the host system.&lt;br /&gt;
&lt;br /&gt;
;hwclock&lt;br /&gt;
:views or changes the hardware clock. See also date command.&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
&lt;br /&gt;
;iconv&lt;br /&gt;
: converts files to a different character encoding&lt;br /&gt;
&lt;br /&gt;
;id&lt;br /&gt;
: displays information about specified user&lt;br /&gt;
&lt;br /&gt;
;ifconfig&lt;br /&gt;
: view, assigns or configures network interfaces and their addresses along with &lt;br /&gt;
&lt;br /&gt;
other information.&lt;br /&gt;
&lt;br /&gt;
;inetd&lt;br /&gt;
: A linux superserver for internet services.&lt;br /&gt;
&lt;br /&gt;
;info&lt;br /&gt;
: an interactive screen which can give information about many linux commands, &lt;br /&gt;
&lt;br /&gt;
directories, and other valuable linux information.&lt;br /&gt;
&lt;br /&gt;
;init&lt;br /&gt;
: Command used to initialize the system, and change runlevels.&lt;br /&gt;
&lt;br /&gt;
;insmod&lt;br /&gt;
: loads the specified file into the kernel. Not as robust as modprobe.&lt;br /&gt;
&lt;br /&gt;
;iptables&lt;br /&gt;
: can be used to specify IP rules, and potentially build a firewall.&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
&lt;br /&gt;
;join&lt;br /&gt;
: joins information in files to matching fields such as a line number.&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
&lt;br /&gt;
;kernelversion&lt;br /&gt;
: gives information about the kernel you are using&lt;br /&gt;
&lt;br /&gt;
;kill&lt;br /&gt;
: terminates process ids or PIDs&lt;br /&gt;
&lt;br /&gt;
;Killall&lt;br /&gt;
: kills all processes related to specified command name.&lt;br /&gt;
&lt;br /&gt;
;klogd&lt;br /&gt;
: allows you to specifiy what kernel messages are displayed, and prioritize them.&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
&lt;br /&gt;
;last&lt;br /&gt;
: Displays a list of the most recent logins.&lt;br /&gt;
&lt;br /&gt;
;lastlog&lt;br /&gt;
: display the last login times for system accounts&lt;br /&gt;
&lt;br /&gt;
;less&lt;br /&gt;
: pages files or output, is much more robust than the more command. less is more.&lt;br /&gt;
&lt;br /&gt;
;lftp&lt;br /&gt;
: A file transfer program that can use ftp, http, ftps, and https protocols.&lt;br /&gt;
&lt;br /&gt;
;ln&lt;br /&gt;
: Creates hard or soft links to files.&lt;br /&gt;
&lt;br /&gt;
;locale&lt;br /&gt;
: Displays current locale settings.&lt;br /&gt;
&lt;br /&gt;
;locate&lt;br /&gt;
: searches a database of file names. database is updated by updatedb command.&lt;br /&gt;
&lt;br /&gt;
;logger&lt;br /&gt;
: Adds information to the system log.&lt;br /&gt;
&lt;br /&gt;
;login&lt;br /&gt;
: Logs into the system&lt;br /&gt;
&lt;br /&gt;
;logrotate&lt;br /&gt;
:used to rotate, and otherwise manipulate log files.&lt;br /&gt;
&lt;br /&gt;
;lpq&lt;br /&gt;
: checks for the status of print jobs.&lt;br /&gt;
&lt;br /&gt;
;lpr&lt;br /&gt;
: sends files to be printed.&lt;br /&gt;
&lt;br /&gt;
;lprm&lt;br /&gt;
: allows for the cancelling of print jobs.&lt;br /&gt;
&lt;br /&gt;
;ls&lt;br /&gt;
: lists the specified directory.&lt;br /&gt;
&lt;br /&gt;
;lspci&lt;br /&gt;
:lists attached PCI devices&lt;br /&gt;
&lt;br /&gt;
;lsof&lt;br /&gt;
: Lists open files and information about the open files.&lt;br /&gt;
&lt;br /&gt;
;lsmod&lt;br /&gt;
: Lists loaded modules.&lt;br /&gt;
&lt;br /&gt;
;lsusb&lt;br /&gt;
: lists USB devices.&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
&lt;br /&gt;
;mail&lt;br /&gt;
: a command used for reading and sending mail to other users.&lt;br /&gt;
&lt;br /&gt;
;mailq&lt;br /&gt;
: shows messages currently in the mail queue&lt;br /&gt;
&lt;br /&gt;
;man&lt;br /&gt;
: shows the help manual for specified command&lt;br /&gt;
&lt;br /&gt;
;mkdir&lt;br /&gt;
: creates directories.&lt;br /&gt;
&lt;br /&gt;
;modinfo&lt;br /&gt;
: gives information about the specified module&lt;br /&gt;
&lt;br /&gt;
;modprobe&lt;br /&gt;
: attempts to load a module, as well as all modules original module depends on.&lt;br /&gt;
&lt;br /&gt;
;more&lt;br /&gt;
: pages files or other input&lt;br /&gt;
&lt;br /&gt;
;mount&lt;br /&gt;
: tries to mount the specified drive.&lt;br /&gt;
&lt;br /&gt;
;mv&lt;br /&gt;
Used to move, or rename files or directories.&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
&lt;br /&gt;
;netstat&lt;br /&gt;
: a command used to give information on active ports, and other network &lt;br /&gt;
&lt;br /&gt;
information&lt;br /&gt;
&lt;br /&gt;
;newgrp&lt;br /&gt;
: changes users default group.&lt;br /&gt;
&lt;br /&gt;
;nice&lt;br /&gt;
: allows for the priority of a command to be raised or lowered&lt;br /&gt;
&lt;br /&gt;
;nslookup&lt;br /&gt;
: looks up domain nameservers. Has been replaced with dig and host commands.&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
&lt;br /&gt;
;passwd&lt;br /&gt;
: allows the creation or changin of a password associated with a user&lt;br /&gt;
&lt;br /&gt;
;paste&lt;br /&gt;
: merges lines of files into tab-separated columns&lt;br /&gt;
&lt;br /&gt;
;pidof&lt;br /&gt;
: Show the process IDs of the requested program&lt;br /&gt;
&lt;br /&gt;
;ping&lt;br /&gt;
:used to test network connectivity. displays basic information on requested ip &lt;br /&gt;
&lt;br /&gt;
address, and response times.&lt;br /&gt;
&lt;br /&gt;
;pr&lt;br /&gt;
: prepares a text file for a printer friendly format.&lt;br /&gt;
&lt;br /&gt;
;ps&lt;br /&gt;
:shows information about running processes.&lt;br /&gt;
&lt;br /&gt;
;pwd&lt;br /&gt;
:Prints the entire path of the current working directory.&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
&lt;br /&gt;
;quota&lt;br /&gt;
: displays information on specified user and group disk quotas.&lt;br /&gt;
&lt;br /&gt;
;quotacheck&lt;br /&gt;
: checks and corrects disk quota information. Usually ran at startup&lt;br /&gt;
&lt;br /&gt;
;quotaon&lt;br /&gt;
: turns on the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotaoff&lt;br /&gt;
: turns of the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotastats&lt;br /&gt;
: displays disk quota information&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
&lt;br /&gt;
;reboot&lt;br /&gt;
: reboots the system.&lt;br /&gt;
&lt;br /&gt;
;reject&lt;br /&gt;
: tells printing system to reject specified destinations&lt;br /&gt;
&lt;br /&gt;
;renice&lt;br /&gt;
:changes the priority of already running processes&lt;br /&gt;
&lt;br /&gt;
;repquota&lt;br /&gt;
: creates a report for diskusage and quotas on the specified disk.&lt;br /&gt;
&lt;br /&gt;
;reset&lt;br /&gt;
: essentially the same as hitting the reset button, but this command is limited &lt;br /&gt;
&lt;br /&gt;
to the terminal&lt;br /&gt;
&lt;br /&gt;
;restore&lt;br /&gt;
: restores backup files from a dump. See also dump.&lt;br /&gt;
&lt;br /&gt;
;rm&lt;br /&gt;
: deletes files, and if passed the correct option, directories also.&lt;br /&gt;
&lt;br /&gt;
;rmdir&lt;br /&gt;
: deletes directories, but not not the files they might contain.&lt;br /&gt;
&lt;br /&gt;
;rmmod&lt;br /&gt;
:uninstalls modules from the kernel, generally you would want to use modprobe &lt;br /&gt;
&lt;br /&gt;
instead.&lt;br /&gt;
&lt;br /&gt;
;route&lt;br /&gt;
: allows the addition or deletion of entries in the routing tables.&lt;br /&gt;
&lt;br /&gt;
;rpm&lt;br /&gt;
: the red hat package manager. Used to install, upgrade, and uninstall packages.&lt;br /&gt;
&lt;br /&gt;
;rsync&lt;br /&gt;
: used to transfer files, typically accross a newtork.&lt;br /&gt;
&lt;br /&gt;
;runlevel&lt;br /&gt;
: displays runlevel information&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
&lt;br /&gt;
;scp&lt;br /&gt;
: used to securely transfer files.&lt;br /&gt;
&lt;br /&gt;
;sed&lt;br /&gt;
: Sed is a stream editor used to make basic changes to an input stream.&lt;br /&gt;
&lt;br /&gt;
;seq&lt;br /&gt;
: this command is used to print one incremental number per line to standard &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;setquota&lt;br /&gt;
: used to set a diskquota&lt;br /&gt;
&lt;br /&gt;
;sftp&lt;br /&gt;
: a secure file trasfer protocol that can be used via command line.&lt;br /&gt;
&lt;br /&gt;
;sh&lt;br /&gt;
: the standard unix shell.&lt;br /&gt;
&lt;br /&gt;
;shred&lt;br /&gt;
: securely overwrites, and deletes files.&lt;br /&gt;
&lt;br /&gt;
;shutdown&lt;br /&gt;
: used to shutdown the computer. Can be set to shutdown in a certain amount of &lt;br /&gt;
&lt;br /&gt;
time, or at a certain time.&lt;br /&gt;
&lt;br /&gt;
;size&lt;br /&gt;
: shows the six of a file&lt;br /&gt;
&lt;br /&gt;
;sleep&lt;br /&gt;
: defines a period of time the computer shou wait before processing another &lt;br /&gt;
&lt;br /&gt;
command&lt;br /&gt;
&lt;br /&gt;
;ssh&lt;br /&gt;
: Used to logon securely to another server, and run commands.&lt;br /&gt;
&lt;br /&gt;
;ssh-add&lt;br /&gt;
: Adds identities the the authentication agent.&lt;br /&gt;
&lt;br /&gt;
;ssh-agent&lt;br /&gt;
: Used to hold private key for use with public key authentication&lt;br /&gt;
&lt;br /&gt;
;ssh-keygen&lt;br /&gt;
: Used to generate and manage authentication keys for SSH.&lt;br /&gt;
&lt;br /&gt;
;ssh-keyscan&lt;br /&gt;
: uses to gather public and private keys from other hosts.&lt;br /&gt;
&lt;br /&gt;
;stat&lt;br /&gt;
: displays file or system status&lt;br /&gt;
&lt;br /&gt;
; su&lt;br /&gt;
: Switches User, if no user is given attempts to become superuser.&lt;br /&gt;
&lt;br /&gt;
;sudo&lt;br /&gt;
: Gives access to execute command as another user&lt;br /&gt;
&lt;br /&gt;
;sum&lt;br /&gt;
: creates a checksum for the specified file&lt;br /&gt;
&lt;br /&gt;
;swapoff&lt;br /&gt;
:disables devices for swapping&lt;br /&gt;
&lt;br /&gt;
;swapon&lt;br /&gt;
:enables devices for swapping&lt;br /&gt;
&lt;br /&gt;
== T == &lt;br /&gt;
&lt;br /&gt;
;tail&lt;br /&gt;
: Displays the last 10 lines of requested files&lt;br /&gt;
&lt;br /&gt;
;talk&lt;br /&gt;
: a basic chat program &lt;br /&gt;
&lt;br /&gt;
;tar&lt;br /&gt;
:This command stands for tape archiving. It is used to copy or restore files from &lt;br /&gt;
&lt;br /&gt;
 tape or disk&lt;br /&gt;
&lt;br /&gt;
;tcpd&lt;br /&gt;
: command to monitor incoming requests for specific services&lt;br /&gt;
&lt;br /&gt;
;tcpdump&lt;br /&gt;
: this command allows you to dump tcpip information to a medium to be examined.&lt;br /&gt;
&lt;br /&gt;
;telnet&lt;br /&gt;
: allows logging into another system remotely, and executing commands&lt;br /&gt;
&lt;br /&gt;
;tftp&lt;br /&gt;
: allows users to transfer files to and from remote machines.&lt;br /&gt;
&lt;br /&gt;
;top&lt;br /&gt;
: top provides information about the most cpu intensive processes running.&lt;br /&gt;
&lt;br /&gt;
;touch&lt;br /&gt;
:creates files, and or can update access and modification times of a file.&lt;br /&gt;
&lt;br /&gt;
;tr&lt;br /&gt;
: stands for translates character, and does just that, translating the characters &lt;br /&gt;
&lt;br /&gt;
you specify into another set of characters you specify.&lt;br /&gt;
&lt;br /&gt;
;tracepath&lt;br /&gt;
: traces the path to the specified host. Not as robust as traceroute&lt;br /&gt;
&lt;br /&gt;
;traceroute&lt;br /&gt;
: traces path to specified host.&lt;br /&gt;
&lt;br /&gt;
;true&lt;br /&gt;
: a command that returns a successful status.&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
&lt;br /&gt;
;umount&lt;br /&gt;
:unmount the specified filesystem&lt;br /&gt;
&lt;br /&gt;
;uname&lt;br /&gt;
: displays information about the machine and operating system&lt;br /&gt;
&lt;br /&gt;
;uptime&lt;br /&gt;
: prints information about the current sessions.&lt;br /&gt;
&lt;br /&gt;
;useradd&lt;br /&gt;
: creates new user accounts.&lt;br /&gt;
&lt;br /&gt;
;userdel&lt;br /&gt;
:deletes specified ser accounts&lt;br /&gt;
&lt;br /&gt;
;usermod&lt;br /&gt;
: allows for modification of user accounts.&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
&lt;br /&gt;
;vi&lt;br /&gt;
: a text editor&lt;br /&gt;
&lt;br /&gt;
;vmstat&lt;br /&gt;
: gives information on virtual memory&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
&lt;br /&gt;
;w&lt;br /&gt;
: gives information on currently logged in users, and their activities.&lt;br /&gt;
&lt;br /&gt;
;warnquota&lt;br /&gt;
: used to set the why and who of to email when a user reaches their soft quota &lt;br /&gt;
&lt;br /&gt;
limit.&lt;br /&gt;
&lt;br /&gt;
;wget&lt;br /&gt;
: used for basic file downloading over the web&lt;br /&gt;
&lt;br /&gt;
;whatis&lt;br /&gt;
: A way to search for linux commands from the command prompts.&lt;br /&gt;
&lt;br /&gt;
;whereis&lt;br /&gt;
:locates the source and manual pages for linux commands and files.&lt;br /&gt;
&lt;br /&gt;
;which&lt;br /&gt;
: lists the pathnames of the files that would be executed if the specified &lt;br /&gt;
&lt;br /&gt;
command had been run.&lt;br /&gt;
&lt;br /&gt;
;who&lt;br /&gt;
: shows who is logged into the system&lt;br /&gt;
&lt;br /&gt;
;whois&lt;br /&gt;
: searches whois for information on a domain name, or IP&lt;br /&gt;
&lt;br /&gt;
;write&lt;br /&gt;
: a way to initiate or respond to an interactive conversation with another user&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
&lt;br /&gt;
;xargs&lt;br /&gt;
: builds and execute command lines from standard input.&lt;br /&gt;
&lt;br /&gt;
;xinetd&lt;br /&gt;
: A linux Superserver that listens to tcpip requests on behalf of other programs.&lt;br /&gt;
&lt;br /&gt;
== Y == &lt;br /&gt;
&lt;br /&gt;
;yes&lt;br /&gt;
: repeatedly outputs a line with specified strings, or just a y if unspecified. &lt;br /&gt;
&lt;br /&gt;
Used mostly in scripts.&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;/div&gt;</summary>
		<author><name>Dbliss0921</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Linuxcl.jpg&amp;diff=3896</id>
		<title>File:Linuxcl.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Linuxcl.jpg&amp;diff=3896"/>
		<updated>2010-12-16T05:06:08Z</updated>

		<summary type="html">&lt;p&gt;Dbliss0921: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dbliss0921</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3895</id>
		<title>Linux-command-list</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3895"/>
		<updated>2010-12-16T05:05:23Z</updated>

		<summary type="html">&lt;p&gt;Dbliss0921: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= An Alphabetical List of Linux Commands =&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
; Anacron&lt;br /&gt;
: Similar to Cron, this command runs commands periodically, with a frequency &lt;br /&gt;
&lt;br /&gt;
specified in days&lt;br /&gt;
&lt;br /&gt;
; apt&lt;br /&gt;
: short for Advanced Package Tool  this utulity is used to manage software &lt;br /&gt;
&lt;br /&gt;
packages popular in debian distros. This package uses several front ends such as &lt;br /&gt;
&lt;br /&gt;
aptitude, apt-get, and symantec &lt;br /&gt;
&lt;br /&gt;
; aptitude&lt;br /&gt;
:This is part of the Apt package. Used to manage software.&lt;br /&gt;
&lt;br /&gt;
; arp&lt;br /&gt;
: Arp is a networking command. Used to display or manipulate the Linux Kernel&#039;s &lt;br /&gt;
&lt;br /&gt;
IPv4 network neighbour cache. e.g. it relates IP adresses to Mac addresses.&lt;br /&gt;
&lt;br /&gt;
; at&lt;br /&gt;
:Executes commands at a specified time.&lt;br /&gt;
&lt;br /&gt;
; atd&lt;br /&gt;
:runs jobs queued by at&lt;br /&gt;
&lt;br /&gt;
; atq&lt;br /&gt;
: Lists users pending jobs, if the user is the superuser everybodies job&#039;s are &lt;br /&gt;
&lt;br /&gt;
listed.&lt;br /&gt;
&lt;br /&gt;
; atrm&lt;br /&gt;
:deletes jobs using a job number to specify the job&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
&lt;br /&gt;
;bash&lt;br /&gt;
:bash is the standard linux shell for almost all popular distros. The shell &lt;br /&gt;
&lt;br /&gt;
interprets all other commands.&lt;br /&gt;
&lt;br /&gt;
; batch&lt;br /&gt;
: executes commands when load levels permit as specified atd&lt;br /&gt;
&lt;br /&gt;
; bzip&lt;br /&gt;
:A file compression utility, like gzip, but with better compression&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
; cat&lt;br /&gt;
:Short for concatenate this program reads files and prints to standard output. &lt;br /&gt;
&lt;br /&gt;
; cfdisk&lt;br /&gt;
:A hard drive partitioning tool.&lt;br /&gt;
&lt;br /&gt;
; chage&lt;br /&gt;
:this command allows you to change information related to user passwords. i.e. &lt;br /&gt;
&lt;br /&gt;
when a password will expire.&lt;br /&gt;
&lt;br /&gt;
; chattr&lt;br /&gt;
:modifies file permissions in a way similar to chmod.&lt;br /&gt;
&lt;br /&gt;
; chkconfig&lt;br /&gt;
:manages which services will run in a specified runlevel&lt;br /&gt;
&lt;br /&gt;
; chmod&lt;br /&gt;
:changes the permissions for one or more files.&lt;br /&gt;
&lt;br /&gt;
; chown&lt;br /&gt;
:changes the ownership of one or more files both for the user and or the group.&lt;br /&gt;
&lt;br /&gt;
; chpasswd &lt;br /&gt;
: changes the password for a user.&lt;br /&gt;
&lt;br /&gt;
;chroot&lt;br /&gt;
: changes the root directory for a program, or for the users shell&lt;br /&gt;
&lt;br /&gt;
;cksum&lt;br /&gt;
:Runs a CRC checksum for all specified files. Used to verify that a file was not &lt;br /&gt;
&lt;br /&gt;
altered or corrupted during transfer.&lt;br /&gt;
&lt;br /&gt;
;clear&lt;br /&gt;
: has the same effect as pressing ctrl and L. This clears your terminal of all &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;cp &lt;br /&gt;
: This command is used to copy files or directories to another locations.&lt;br /&gt;
&lt;br /&gt;
;cpio &lt;br /&gt;
: this is an archiving tool similar to tar. intended to copy archive files to &lt;br /&gt;
&lt;br /&gt;
tape, or disk.&lt;br /&gt;
&lt;br /&gt;
;crond&lt;br /&gt;
:Executes commands at scheduled times as controlled by crontab&lt;br /&gt;
&lt;br /&gt;
;crontab&lt;br /&gt;
: at it&#039;s most basic level, crontab allows you to edit your crontab file. This is &lt;br /&gt;
&lt;br /&gt;
the file that controls what commands are set to run at a specific time.&lt;br /&gt;
&lt;br /&gt;
;cupsd&lt;br /&gt;
: starts the print scheduler.&lt;br /&gt;
&lt;br /&gt;
;cut&lt;br /&gt;
:allows you to cut information out from the specified files.&lt;br /&gt;
&lt;br /&gt;
;cvs&lt;br /&gt;
:short for concurrent versions system allows multiple users to change, and &lt;br /&gt;
&lt;br /&gt;
implement their changes to files concurrently.&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
&lt;br /&gt;
;date&lt;br /&gt;
: Prints the current date and time, this can also be used by administrators to &lt;br /&gt;
&lt;br /&gt;
change the date and time of the clock. See also hwclock.&lt;br /&gt;
&lt;br /&gt;
;dd&lt;br /&gt;
: short for data dump this command makes a bit for bit copy of a specified &lt;br /&gt;
&lt;br /&gt;
location. Though it can be a very powerful tool, this would not be used for &lt;br /&gt;
&lt;br /&gt;
standard backup, or data manipulation.&lt;br /&gt;
&lt;br /&gt;
;df&lt;br /&gt;
: Gives the available disk space of all mounted partitions, or on a specified &lt;br /&gt;
&lt;br /&gt;
mounted partition.&lt;br /&gt;
&lt;br /&gt;
;diff&lt;br /&gt;
: Used to show the differences between two files.&lt;br /&gt;
&lt;br /&gt;
;dig&lt;br /&gt;
: Used to lookup DNS servers similar to the deprecated nslookup command.&lt;br /&gt;
&lt;br /&gt;
;dir&lt;br /&gt;
: The same command as ls, even taking the same arguments. This command may not &lt;br /&gt;
&lt;br /&gt;
necessarily be part of your distro, but exists for simplicity of people familiar &lt;br /&gt;
&lt;br /&gt;
with Microsoft command line.&lt;br /&gt;
&lt;br /&gt;
;disable&lt;br /&gt;
:disables access to a printer.&lt;br /&gt;
&lt;br /&gt;
;dmesg&lt;br /&gt;
: a powerful troubleshooting command, this command displays the messages from the &lt;br /&gt;
&lt;br /&gt;
 kernel ring buffer meaning the information that flys by while your system is &lt;br /&gt;
&lt;br /&gt;
booting.&lt;br /&gt;
&lt;br /&gt;
;domainname&lt;br /&gt;
: used to view or set the computers domain name.&lt;br /&gt;
&lt;br /&gt;
;doexec&lt;br /&gt;
: executes the specified command with defined options, and arguments.&lt;br /&gt;
&lt;br /&gt;
;du&lt;br /&gt;
: prints current disk usage for the specified location.&lt;br /&gt;
&lt;br /&gt;
;dosfsck&lt;br /&gt;
:similar to fsck, but used for dos filesystems. This command attempts to &lt;br /&gt;
&lt;br /&gt;
diagnose, and fix common filesystem errors.&lt;br /&gt;
&lt;br /&gt;
;dump&lt;br /&gt;
: this is a backup utility available for specific linux filesystems that can &lt;br /&gt;
&lt;br /&gt;
perform incremental backups after an initial full backup.&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
&lt;br /&gt;
;e2fsck&lt;br /&gt;
:similar to fsck or dosfsck, this command is used to diagnose and attempt repairs &lt;br /&gt;
&lt;br /&gt;
to a file system. Used for ext2 and ext3 systems.&lt;br /&gt;
&lt;br /&gt;
;echo&lt;br /&gt;
: prints input as standard output. Also can be used to view environmental &lt;br /&gt;
&lt;br /&gt;
variables.&lt;br /&gt;
&lt;br /&gt;
;edquota&lt;br /&gt;
: allows you to edit filesystem quotas.&lt;br /&gt;
&lt;br /&gt;
;egrep&lt;br /&gt;
: searches for lines that contain an extended regular expression.&lt;br /&gt;
&lt;br /&gt;
;enable&lt;br /&gt;
: enables printers.&lt;br /&gt;
&lt;br /&gt;
;env&lt;br /&gt;
:displays all environment variables this command can also be uses to change &lt;br /&gt;
&lt;br /&gt;
environment variables .&lt;br /&gt;
&lt;br /&gt;
;expand&lt;br /&gt;
: Converts tabs in files to defined number of spaces. &lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
&lt;br /&gt;
;factor&lt;br /&gt;
: displays the prime number of specified number.&lt;br /&gt;
&lt;br /&gt;
;false&lt;br /&gt;
:This command returns an unsuccesful status. Peticularily useful in scripts.&lt;br /&gt;
&lt;br /&gt;
;fdisk&lt;br /&gt;
:used to view, and edit partitions, and to change active partitions.&lt;br /&gt;
&lt;br /&gt;
;fetchmail&lt;br /&gt;
: gets email from mailservers, and forwards it to the local system&lt;br /&gt;
&lt;br /&gt;
;fgrep&lt;br /&gt;
: a variant of the grep command, this command searches for information that &lt;br /&gt;
&lt;br /&gt;
matches the user defined input. This command is faster than grep, but may not be &lt;br /&gt;
&lt;br /&gt;
as powerful.&lt;br /&gt;
&lt;br /&gt;
;file&lt;br /&gt;
: gives information about the type of data the specified file contains.&lt;br /&gt;
&lt;br /&gt;
;find&lt;br /&gt;
: A search utility for linux that can search by a number of different types of &lt;br /&gt;
&lt;br /&gt;
data. e.g. name, type, or size.&lt;br /&gt;
&lt;br /&gt;
;finger&lt;br /&gt;
: gives information about specified users&lt;br /&gt;
&lt;br /&gt;
;fmt&lt;br /&gt;
: a command that can help unify formatting of text.&lt;br /&gt;
&lt;br /&gt;
;fold&lt;br /&gt;
: breaks the lines of a file. ie. you can format a text file to only be a set &lt;br /&gt;
&lt;br /&gt;
number of characters, bytes, or columns.&lt;br /&gt;
&lt;br /&gt;
;free &lt;br /&gt;
: gives information about current RAM, and swap space usage.&lt;br /&gt;
&lt;br /&gt;
;fsck&lt;br /&gt;
: checks and repairs damaged filesystems.&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
&lt;br /&gt;
;gpasswd&lt;br /&gt;
: changes specified group password.&lt;br /&gt;
&lt;br /&gt;
;gpg&lt;br /&gt;
: Stands for Gnu Privacy Guard. This command allows encryption and decryption of &lt;br /&gt;
&lt;br /&gt;
data.&lt;br /&gt;
&lt;br /&gt;
;grep&lt;br /&gt;
: This utility can be used to search for text within a file. When piped with &lt;br /&gt;
&lt;br /&gt;
other commands it is very powerful.&lt;br /&gt;
&lt;br /&gt;
;groupadd&lt;br /&gt;
: Creates new groups&lt;br /&gt;
&lt;br /&gt;
;groupdel&lt;br /&gt;
: deletes groups from the system&lt;br /&gt;
&lt;br /&gt;
;groupmod&lt;br /&gt;
: Modifies group information&lt;br /&gt;
&lt;br /&gt;
;groups&lt;br /&gt;
: Shows the groups to which a user belongs&lt;br /&gt;
&lt;br /&gt;
;gs&lt;br /&gt;
: Stands for GhostScript. This  command is used to interpret Adobe&#039;s PostScript &lt;br /&gt;
&lt;br /&gt;
and PDF filetypes.&lt;br /&gt;
&lt;br /&gt;
;gunzip&lt;br /&gt;
: Used to unzip files compressed with gzip&lt;br /&gt;
&lt;br /&gt;
;gzexe&lt;br /&gt;
:used to compress executable files.&lt;br /&gt;
&lt;br /&gt;
;gzip&lt;br /&gt;
: used to compress files.&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
&lt;br /&gt;
;halt&lt;br /&gt;
:Turns of the computer.&lt;br /&gt;
&lt;br /&gt;
;head&lt;br /&gt;
: Prints the first several lines of specified files. &lt;br /&gt;
&lt;br /&gt;
;host&lt;br /&gt;
: Gives information about hosts, or zones contained in DNS&lt;br /&gt;
&lt;br /&gt;
;hostname&lt;br /&gt;
: sets or displays the current name of the host system.&lt;br /&gt;
&lt;br /&gt;
;hwclock&lt;br /&gt;
:views or changes the hardware clock. See also date command.&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
&lt;br /&gt;
;iconv&lt;br /&gt;
: converts files to a different character encoding&lt;br /&gt;
&lt;br /&gt;
;id&lt;br /&gt;
: displays information about specified user&lt;br /&gt;
&lt;br /&gt;
;ifconfig&lt;br /&gt;
: view, assigns or configures network interfaces and their addresses along with &lt;br /&gt;
&lt;br /&gt;
other information.&lt;br /&gt;
&lt;br /&gt;
;inetd&lt;br /&gt;
: A linux superserver for internet services.&lt;br /&gt;
&lt;br /&gt;
;info&lt;br /&gt;
: an interactive screen which can give information about many linux commands, &lt;br /&gt;
&lt;br /&gt;
directories, and other valuable linux information.&lt;br /&gt;
&lt;br /&gt;
;init&lt;br /&gt;
: Command used to initialize the system, and change runlevels.&lt;br /&gt;
&lt;br /&gt;
;insmod&lt;br /&gt;
: loads the specified file into the kernel. Not as robust as modprobe.&lt;br /&gt;
&lt;br /&gt;
;iptables&lt;br /&gt;
: can be used to specify IP rules, and potentially build a firewall.&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
&lt;br /&gt;
;join&lt;br /&gt;
: joins information in files to matching fields such as a line number.&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
&lt;br /&gt;
;kernelversion&lt;br /&gt;
: gives information about the kernel you are using&lt;br /&gt;
&lt;br /&gt;
;kill&lt;br /&gt;
: terminates process ids or PIDs&lt;br /&gt;
&lt;br /&gt;
;Killall&lt;br /&gt;
: kills all processes related to specified command name.&lt;br /&gt;
&lt;br /&gt;
;klogd&lt;br /&gt;
: allows you to specifiy what kernel messages are displayed, and prioritize them.&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
&lt;br /&gt;
;last&lt;br /&gt;
: Displays a list of the most recent logins.&lt;br /&gt;
&lt;br /&gt;
;lastlog&lt;br /&gt;
: display the last login times for system accounts&lt;br /&gt;
&lt;br /&gt;
;less&lt;br /&gt;
: pages files or output, is much more robust than the more command. less is more.&lt;br /&gt;
&lt;br /&gt;
;lftp&lt;br /&gt;
: A file transfer program that can use ftp, http, ftps, and https protocols.&lt;br /&gt;
&lt;br /&gt;
;ln&lt;br /&gt;
: Creates hard or soft links to files.&lt;br /&gt;
&lt;br /&gt;
;locale&lt;br /&gt;
: Displays current locale settings.&lt;br /&gt;
&lt;br /&gt;
;locate&lt;br /&gt;
: searches a database of file names. database is updated by updatedb command.&lt;br /&gt;
&lt;br /&gt;
;logger&lt;br /&gt;
: Adds information to the system log.&lt;br /&gt;
&lt;br /&gt;
;login&lt;br /&gt;
: Logs into the system&lt;br /&gt;
&lt;br /&gt;
;logrotate&lt;br /&gt;
:used to rotate, and otherwise manipulate log files.&lt;br /&gt;
&lt;br /&gt;
;lpq&lt;br /&gt;
: checks for the status of print jobs.&lt;br /&gt;
&lt;br /&gt;
;lpr&lt;br /&gt;
: sends files to be printed.&lt;br /&gt;
&lt;br /&gt;
;lprm&lt;br /&gt;
: allows for the cancelling of print jobs.&lt;br /&gt;
&lt;br /&gt;
;ls&lt;br /&gt;
: lists the specified directory.&lt;br /&gt;
&lt;br /&gt;
;lspci&lt;br /&gt;
:lists attached PCI devices&lt;br /&gt;
&lt;br /&gt;
;lsof&lt;br /&gt;
: Lists open files and information about the open files.&lt;br /&gt;
&lt;br /&gt;
;lsmod&lt;br /&gt;
: Lists loaded modules.&lt;br /&gt;
&lt;br /&gt;
;lsusb&lt;br /&gt;
: lists USB devices.&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
&lt;br /&gt;
;mail&lt;br /&gt;
: a command used for reading and sending mail to other users.&lt;br /&gt;
&lt;br /&gt;
;mailq&lt;br /&gt;
: shows messages currently in the mail queue&lt;br /&gt;
&lt;br /&gt;
;man&lt;br /&gt;
: shows the help manual for specified command&lt;br /&gt;
&lt;br /&gt;
;mkdir&lt;br /&gt;
: creates directories.&lt;br /&gt;
&lt;br /&gt;
;modinfo&lt;br /&gt;
: gives information about the specified module&lt;br /&gt;
&lt;br /&gt;
;modprobe&lt;br /&gt;
: attempts to load a module, as well as all modules original module depends on.&lt;br /&gt;
&lt;br /&gt;
;more&lt;br /&gt;
: pages files or other input&lt;br /&gt;
&lt;br /&gt;
;mount&lt;br /&gt;
: tries to mount the specified drive.&lt;br /&gt;
&lt;br /&gt;
;mv&lt;br /&gt;
Used to move, or rename files or directories.&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
&lt;br /&gt;
;netstat&lt;br /&gt;
: a command used to give information on active ports, and other network &lt;br /&gt;
&lt;br /&gt;
information&lt;br /&gt;
&lt;br /&gt;
;newgrp&lt;br /&gt;
: changes users default group.&lt;br /&gt;
&lt;br /&gt;
;nice&lt;br /&gt;
: allows for the priority of a command to be raised or lowered&lt;br /&gt;
&lt;br /&gt;
;nslookup&lt;br /&gt;
: looks up domain nameservers. Has been replaced with dig and host commands.&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
&lt;br /&gt;
;passwd&lt;br /&gt;
: allows the creation or changin of a password associated with a user&lt;br /&gt;
&lt;br /&gt;
;paste&lt;br /&gt;
: merges lines of files into tab-separated columns&lt;br /&gt;
&lt;br /&gt;
;pidof&lt;br /&gt;
: Show the process IDs of the requested program&lt;br /&gt;
&lt;br /&gt;
;ping&lt;br /&gt;
:used to test network connectivity. displays basic information on requested ip &lt;br /&gt;
&lt;br /&gt;
address, and response times.&lt;br /&gt;
&lt;br /&gt;
;pr&lt;br /&gt;
: prepares a text file for a printer friendly format.&lt;br /&gt;
&lt;br /&gt;
;ps&lt;br /&gt;
:shows information about running processes.&lt;br /&gt;
&lt;br /&gt;
;pwd&lt;br /&gt;
:Prints the entire path of the current working directory.&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
&lt;br /&gt;
;quota&lt;br /&gt;
: displays information on specified user and group disk quotas.&lt;br /&gt;
&lt;br /&gt;
;quotacheck&lt;br /&gt;
: checks and corrects disk quota information. Usually ran at startup&lt;br /&gt;
&lt;br /&gt;
;quotaon&lt;br /&gt;
: turns on the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotaoff&lt;br /&gt;
: turns of the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotastats&lt;br /&gt;
: displays disk quota information&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
&lt;br /&gt;
;reboot&lt;br /&gt;
: reboots the system.&lt;br /&gt;
&lt;br /&gt;
;reject&lt;br /&gt;
: tells printing system to reject specified destinations&lt;br /&gt;
&lt;br /&gt;
;renice&lt;br /&gt;
:changes the priority of already running processes&lt;br /&gt;
&lt;br /&gt;
;repquota&lt;br /&gt;
: creates a report for diskusage and quotas on the specified disk.&lt;br /&gt;
&lt;br /&gt;
;reset&lt;br /&gt;
: essentially the same as hitting the reset button, but this command is limited &lt;br /&gt;
&lt;br /&gt;
to the terminal&lt;br /&gt;
&lt;br /&gt;
;restore&lt;br /&gt;
: restores backup files from a dump. See also dump.&lt;br /&gt;
&lt;br /&gt;
;rm&lt;br /&gt;
: deletes files, and if passed the correct option, directories also.&lt;br /&gt;
&lt;br /&gt;
;rmdir&lt;br /&gt;
: deletes directories, but not not the files they might contain.&lt;br /&gt;
&lt;br /&gt;
;rmmod&lt;br /&gt;
:uninstalls modules from the kernel, generally you would want to use modprobe &lt;br /&gt;
&lt;br /&gt;
instead.&lt;br /&gt;
&lt;br /&gt;
;route&lt;br /&gt;
: allows the addition or deletion of entries in the routing tables.&lt;br /&gt;
&lt;br /&gt;
;rpm&lt;br /&gt;
: the red hat package manager. Used to install, upgrade, and uninstall packages.&lt;br /&gt;
&lt;br /&gt;
;rsync&lt;br /&gt;
: used to transfer files, typically accross a newtork.&lt;br /&gt;
&lt;br /&gt;
;runlevel&lt;br /&gt;
: displays runlevel information&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
&lt;br /&gt;
;scp&lt;br /&gt;
: used to securely transfer files.&lt;br /&gt;
&lt;br /&gt;
;sed&lt;br /&gt;
: Sed is a stream editor used to make basic changes to an input stream.&lt;br /&gt;
&lt;br /&gt;
;seq&lt;br /&gt;
: this command is used to print one incremental number per line to standard &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;setquota&lt;br /&gt;
: used to set a diskquota&lt;br /&gt;
&lt;br /&gt;
;sftp&lt;br /&gt;
: a secure file trasfer protocol that can be used via command line.&lt;br /&gt;
&lt;br /&gt;
;sh&lt;br /&gt;
: the standard unix shell.&lt;br /&gt;
&lt;br /&gt;
;shred&lt;br /&gt;
: securely overwrites, and deletes files.&lt;br /&gt;
&lt;br /&gt;
;shutdown&lt;br /&gt;
: used to shutdown the computer. Can be set to shutdown in a certain amount of &lt;br /&gt;
&lt;br /&gt;
time, or at a certain time.&lt;br /&gt;
&lt;br /&gt;
;size&lt;br /&gt;
: shows the six of a file&lt;br /&gt;
&lt;br /&gt;
;sleep&lt;br /&gt;
: defines a period of time the computer shou wait before processing another &lt;br /&gt;
&lt;br /&gt;
command&lt;br /&gt;
&lt;br /&gt;
;ssh&lt;br /&gt;
: Used to logon securely to another server, and run commands.&lt;br /&gt;
&lt;br /&gt;
;ssh-add&lt;br /&gt;
: Adds identities the the authentication agent.&lt;br /&gt;
&lt;br /&gt;
;ssh-agent&lt;br /&gt;
: Used to hold private key for use with public key authentication&lt;br /&gt;
&lt;br /&gt;
;ssh-keygen&lt;br /&gt;
: Used to generate and manage authentication keys for SSH.&lt;br /&gt;
&lt;br /&gt;
;ssh-keyscan&lt;br /&gt;
: uses to gather public and private keys from other hosts.&lt;br /&gt;
&lt;br /&gt;
;stat&lt;br /&gt;
: displays file or system status&lt;br /&gt;
&lt;br /&gt;
; su&lt;br /&gt;
: Switches User, if no user is given attempts to become superuser.&lt;br /&gt;
&lt;br /&gt;
;sudo&lt;br /&gt;
: Gives access to execute command as another user&lt;br /&gt;
&lt;br /&gt;
;sum&lt;br /&gt;
: creates a checksum for the specified file&lt;br /&gt;
&lt;br /&gt;
;swapoff&lt;br /&gt;
:disables devices for swapping&lt;br /&gt;
&lt;br /&gt;
;swapon&lt;br /&gt;
:enables devices for swapping&lt;br /&gt;
&lt;br /&gt;
== T == &lt;br /&gt;
&lt;br /&gt;
;tail&lt;br /&gt;
: Displays the last 10 lines of requested files&lt;br /&gt;
&lt;br /&gt;
;talk&lt;br /&gt;
: a basic chat program &lt;br /&gt;
&lt;br /&gt;
;tar&lt;br /&gt;
:This command stands for tape archiving. It is used to copy or restore files from &lt;br /&gt;
&lt;br /&gt;
 tape or disk&lt;br /&gt;
&lt;br /&gt;
;tcpd&lt;br /&gt;
: command to monitor incoming requests for specific services&lt;br /&gt;
&lt;br /&gt;
;tcpdump&lt;br /&gt;
: this command allows you to dump tcpip information to a medium to be examined.&lt;br /&gt;
&lt;br /&gt;
;telnet&lt;br /&gt;
: allows logging into another system remotely, and executing commands&lt;br /&gt;
&lt;br /&gt;
;tftp&lt;br /&gt;
: allows users to transfer files to and from remote machines.&lt;br /&gt;
&lt;br /&gt;
;top&lt;br /&gt;
: top provides information about the most cpu intensive processes running.&lt;br /&gt;
&lt;br /&gt;
;touch&lt;br /&gt;
:creates files, and or can update access and modification times of a file.&lt;br /&gt;
&lt;br /&gt;
;tr&lt;br /&gt;
: stands for translates character, and does just that, translating the characters &lt;br /&gt;
&lt;br /&gt;
you specify into another set of characters you specify.&lt;br /&gt;
&lt;br /&gt;
;tracepath&lt;br /&gt;
: traces the path to the specified host. Not as robust as traceroute&lt;br /&gt;
&lt;br /&gt;
;traceroute&lt;br /&gt;
: traces path to specified host.&lt;br /&gt;
&lt;br /&gt;
;true&lt;br /&gt;
: a command that returns a successful status.&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
&lt;br /&gt;
;umount&lt;br /&gt;
:unmount the specified filesystem&lt;br /&gt;
&lt;br /&gt;
;uname&lt;br /&gt;
: displays information about the machine and operating system&lt;br /&gt;
&lt;br /&gt;
;uptime&lt;br /&gt;
: prints information about the current sessions.&lt;br /&gt;
&lt;br /&gt;
;useradd&lt;br /&gt;
: creates new user accounts.&lt;br /&gt;
&lt;br /&gt;
;userdel&lt;br /&gt;
:deletes specified ser accounts&lt;br /&gt;
&lt;br /&gt;
;usermod&lt;br /&gt;
: allows for modification of user accounts.&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
&lt;br /&gt;
;vi&lt;br /&gt;
: a text editor&lt;br /&gt;
&lt;br /&gt;
;vmstat&lt;br /&gt;
: gives information on virtual memory&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
&lt;br /&gt;
;w&lt;br /&gt;
: gives information on currently logged in users, and their activities.&lt;br /&gt;
&lt;br /&gt;
;warnquota&lt;br /&gt;
: used to set the why and who of to email when a user reaches their soft quota &lt;br /&gt;
&lt;br /&gt;
limit.&lt;br /&gt;
&lt;br /&gt;
;wget&lt;br /&gt;
: used for basic file downloading over the web&lt;br /&gt;
&lt;br /&gt;
;whatis&lt;br /&gt;
: A way to search for linux commands from the command prompts.&lt;br /&gt;
&lt;br /&gt;
;whereis&lt;br /&gt;
:locates the source and manual pages for linux commands and files.&lt;br /&gt;
&lt;br /&gt;
;which&lt;br /&gt;
: lists the pathnames of the files that would be executed if the specified &lt;br /&gt;
&lt;br /&gt;
command had been run.&lt;br /&gt;
&lt;br /&gt;
;who&lt;br /&gt;
: shows who is logged into the system&lt;br /&gt;
&lt;br /&gt;
;whois&lt;br /&gt;
: searches whois for information on a domain name, or IP&lt;br /&gt;
&lt;br /&gt;
;write&lt;br /&gt;
: a way to initiate or respond to an interactive conversation with another user&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
&lt;br /&gt;
;xargs&lt;br /&gt;
: builds and execute command lines from standard input.&lt;br /&gt;
&lt;br /&gt;
;xinetd&lt;br /&gt;
: A linux Superserver that listens to tcpip requests on behalf of other programs.&lt;br /&gt;
&lt;br /&gt;
== Y == &lt;br /&gt;
&lt;br /&gt;
;yes&lt;br /&gt;
: repeatedly outputs a line with specified strings, or just a y if unspecified. &lt;br /&gt;
&lt;br /&gt;
Used mostly in scripts.&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;/div&gt;</summary>
		<author><name>Dbliss0921</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3894</id>
		<title>Linux-command-list</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Linux-command-list&amp;diff=3894"/>
		<updated>2010-12-16T04:59:52Z</updated>

		<summary type="html">&lt;p&gt;Dbliss0921: Created page with &amp;#039;= An Alphabetical List of Linux Commands =  == A == ; Anacron : Similar to Cron, this command runs commands periodically, with a frequency   specified in days  ; apt : short for …&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= An Alphabetical List of Linux Commands =&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
; Anacron&lt;br /&gt;
: Similar to Cron, this command runs commands periodically, with a frequency &lt;br /&gt;
&lt;br /&gt;
specified in days&lt;br /&gt;
&lt;br /&gt;
; apt&lt;br /&gt;
: short for Advanced Package Tool  this utulity is used to manage software &lt;br /&gt;
&lt;br /&gt;
packages popular in debian distros. This package uses several front ends such as &lt;br /&gt;
&lt;br /&gt;
aptitude, apt-get, and symantec &lt;br /&gt;
&lt;br /&gt;
; aptitude&lt;br /&gt;
:This is part of the Apt package. Used to manage software.&lt;br /&gt;
&lt;br /&gt;
; arp&lt;br /&gt;
: Arp is a networking command. Used to display or manipulate the Linux Kernel&#039;s &lt;br /&gt;
&lt;br /&gt;
IPv4 network neighbour cache. e.g. it relates IP adresses to Mac addresses.&lt;br /&gt;
&lt;br /&gt;
; at&lt;br /&gt;
:Executes commands at a specified time.&lt;br /&gt;
&lt;br /&gt;
; atd&lt;br /&gt;
:runs jobs queued by at&lt;br /&gt;
&lt;br /&gt;
; atq&lt;br /&gt;
: Lists users pending jobs, if the user is the superuser everybodies job&#039;s are &lt;br /&gt;
&lt;br /&gt;
listed.&lt;br /&gt;
&lt;br /&gt;
; atrm&lt;br /&gt;
:deletes jobs using a job number to specify the job&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
&lt;br /&gt;
;bash&lt;br /&gt;
:bash is the standard linux shell for almost all popular distros. The shell &lt;br /&gt;
&lt;br /&gt;
interprets all other commands.&lt;br /&gt;
&lt;br /&gt;
; batch&lt;br /&gt;
: executes commands when load levels permit as specified atd&lt;br /&gt;
&lt;br /&gt;
; bzip&lt;br /&gt;
:A file compression utility, like gzip, but with better compression&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
; cat&lt;br /&gt;
:Short for concatenate this program reads files and prints to standard output. &lt;br /&gt;
&lt;br /&gt;
; cfdisk&lt;br /&gt;
:A hard drive partitioning tool.&lt;br /&gt;
&lt;br /&gt;
; chage&lt;br /&gt;
:this command allows you to change information related to user passwords. i.e. &lt;br /&gt;
&lt;br /&gt;
when a password will expire.&lt;br /&gt;
&lt;br /&gt;
; chattr&lt;br /&gt;
:modifies file permissions in a way similar to chmod.&lt;br /&gt;
&lt;br /&gt;
; chkconfig&lt;br /&gt;
:manages which services will run in a specified runlevel&lt;br /&gt;
&lt;br /&gt;
; chmod&lt;br /&gt;
:changes the permissions for one or more files.&lt;br /&gt;
&lt;br /&gt;
; chown&lt;br /&gt;
:changes the ownership of one or more files both for the user and or the group.&lt;br /&gt;
&lt;br /&gt;
; chpasswd &lt;br /&gt;
: changes the password for a user.&lt;br /&gt;
&lt;br /&gt;
;chroot&lt;br /&gt;
: changes the root directory for a program, or for the users shell&lt;br /&gt;
&lt;br /&gt;
;cksum&lt;br /&gt;
:Runs a CRC checksum for all specified files. Used to verify that a file was not &lt;br /&gt;
&lt;br /&gt;
altered or corrupted during transfer.&lt;br /&gt;
&lt;br /&gt;
;clear&lt;br /&gt;
: has the same effect as pressing ctrl and L. This clears your terminal of all &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;cp &lt;br /&gt;
: This command is used to copy files or directories to another locations.&lt;br /&gt;
&lt;br /&gt;
;cpio &lt;br /&gt;
: this is an archiving tool similar to tar. intended to copy archive files to &lt;br /&gt;
&lt;br /&gt;
tape, or disk.&lt;br /&gt;
&lt;br /&gt;
;crond&lt;br /&gt;
:Executes commands at scheduled times as controlled by crontab&lt;br /&gt;
&lt;br /&gt;
;crontab&lt;br /&gt;
: at it&#039;s most basic level, crontab allows you to edit your crontab file. This is &lt;br /&gt;
&lt;br /&gt;
the file that controls what commands are set to run at a specific time.&lt;br /&gt;
&lt;br /&gt;
;cupsd&lt;br /&gt;
: starts the print scheduler.&lt;br /&gt;
&lt;br /&gt;
;cut&lt;br /&gt;
:allows you to cut information out from the specified files.&lt;br /&gt;
&lt;br /&gt;
;cvs&lt;br /&gt;
:short for concurrent versions system allows multiple users to change, and &lt;br /&gt;
&lt;br /&gt;
implement their changes to files concurrently.&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
&lt;br /&gt;
;date&lt;br /&gt;
: Prints the current date and time, this can also be used by administrators to &lt;br /&gt;
&lt;br /&gt;
change the date and time of the clock. See also hwclock.&lt;br /&gt;
&lt;br /&gt;
;dd&lt;br /&gt;
: short for data dump this command makes a bit for bit copy of a specified &lt;br /&gt;
&lt;br /&gt;
location. Though it can be a very powerful tool, this would not be used for &lt;br /&gt;
&lt;br /&gt;
standard backup, or data manipulation.&lt;br /&gt;
&lt;br /&gt;
;df&lt;br /&gt;
: Gives the available disk space of all mounted partitions, or on a specified &lt;br /&gt;
&lt;br /&gt;
mounted partition.&lt;br /&gt;
&lt;br /&gt;
;diff&lt;br /&gt;
: Used to show the differences between two files.&lt;br /&gt;
&lt;br /&gt;
;dig&lt;br /&gt;
: Used to lookup DNS servers similar to the deprecated nslookup command.&lt;br /&gt;
&lt;br /&gt;
;dir&lt;br /&gt;
: The same command as ls, even taking the same arguments. This command may not &lt;br /&gt;
&lt;br /&gt;
necessarily be part of your distro, but exists for simplicity of people familiar &lt;br /&gt;
&lt;br /&gt;
with Microsoft command line.&lt;br /&gt;
&lt;br /&gt;
;disable&lt;br /&gt;
:disables access to a printer.&lt;br /&gt;
&lt;br /&gt;
;dmesg&lt;br /&gt;
: a powerful troubleshooting command, this command displays the messages from the &lt;br /&gt;
&lt;br /&gt;
 kernel ring buffer meaning the information that flys by while your system is &lt;br /&gt;
&lt;br /&gt;
booting.&lt;br /&gt;
&lt;br /&gt;
;domainname&lt;br /&gt;
: used to view or set the computers domain name.&lt;br /&gt;
&lt;br /&gt;
;doexec&lt;br /&gt;
: executes the specified command with defined options, and arguments.&lt;br /&gt;
&lt;br /&gt;
;du&lt;br /&gt;
: prints current disk usage for the specified location.&lt;br /&gt;
&lt;br /&gt;
;dosfsck&lt;br /&gt;
:similar to fsck, but used for dos filesystems. This command attempts to &lt;br /&gt;
&lt;br /&gt;
diagnose, and fix common filesystem errors.&lt;br /&gt;
&lt;br /&gt;
;dump&lt;br /&gt;
: this is a backup utility available for specific linux filesystems that can &lt;br /&gt;
&lt;br /&gt;
perform incremental backups after an initial full backup.&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
&lt;br /&gt;
;e2fsck&lt;br /&gt;
:similar to fsck or dosfsck, this command is used to diagnose and attempt repairs &lt;br /&gt;
&lt;br /&gt;
to a file system. Used for ext2 and ext3 systems.&lt;br /&gt;
&lt;br /&gt;
;echo&lt;br /&gt;
: prints input as standard output. Also can be used to view environmental &lt;br /&gt;
&lt;br /&gt;
variables.&lt;br /&gt;
&lt;br /&gt;
;edquota&lt;br /&gt;
: allows you to edit filesystem quotas.&lt;br /&gt;
&lt;br /&gt;
;egrep&lt;br /&gt;
: searches for lines that contain an extended regular expression.&lt;br /&gt;
&lt;br /&gt;
;enable&lt;br /&gt;
: enables printers.&lt;br /&gt;
&lt;br /&gt;
;env&lt;br /&gt;
:displays all environment variables this command can also be uses to change &lt;br /&gt;
&lt;br /&gt;
environment variables .&lt;br /&gt;
&lt;br /&gt;
;expand&lt;br /&gt;
: Converts tabs in files to defined number of spaces. &lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
&lt;br /&gt;
;factor&lt;br /&gt;
: displays the prime number of specified number.&lt;br /&gt;
&lt;br /&gt;
;false&lt;br /&gt;
:This command returns an unsuccesful status. Peticularily useful in scripts.&lt;br /&gt;
&lt;br /&gt;
;fdisk&lt;br /&gt;
:used to view, and edit partitions, and to change active partitions.&lt;br /&gt;
&lt;br /&gt;
;fetchmail&lt;br /&gt;
: gets email from mailservers, and forwards it to the local system&lt;br /&gt;
&lt;br /&gt;
;fgrep&lt;br /&gt;
: a variant of the grep command, this command searches for information that &lt;br /&gt;
&lt;br /&gt;
matches the user defined input. This command is faster than grep, but may not be &lt;br /&gt;
&lt;br /&gt;
as powerful.&lt;br /&gt;
&lt;br /&gt;
;file&lt;br /&gt;
: gives information about the type of data the specified file contains.&lt;br /&gt;
&lt;br /&gt;
;find&lt;br /&gt;
: A search utility for linux that can search by a number of different types of &lt;br /&gt;
&lt;br /&gt;
data. e.g. name, type, or size.&lt;br /&gt;
&lt;br /&gt;
;finger&lt;br /&gt;
: gives information about specified users&lt;br /&gt;
&lt;br /&gt;
;fmt&lt;br /&gt;
: a command that can help unify formatting of text.&lt;br /&gt;
&lt;br /&gt;
;fold&lt;br /&gt;
: breaks the lines of a file. ie. you can format a text file to only be a set &lt;br /&gt;
&lt;br /&gt;
number of characters, bytes, or columns.&lt;br /&gt;
&lt;br /&gt;
;free &lt;br /&gt;
: gives information about current RAM, and swap space usage.&lt;br /&gt;
&lt;br /&gt;
;fsck&lt;br /&gt;
: checks and repairs damaged filesystems.&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
&lt;br /&gt;
;gpasswd&lt;br /&gt;
: changes specified group password.&lt;br /&gt;
&lt;br /&gt;
;gpg&lt;br /&gt;
: Stands for Gnu Privacy Guard. This command allows encryption and decryption of &lt;br /&gt;
&lt;br /&gt;
data.&lt;br /&gt;
&lt;br /&gt;
;grep&lt;br /&gt;
: This utility can be used to search for text within a file. When piped with &lt;br /&gt;
&lt;br /&gt;
other commands it is very powerful.&lt;br /&gt;
&lt;br /&gt;
;groupadd&lt;br /&gt;
: Creates new groups&lt;br /&gt;
&lt;br /&gt;
;groupdel&lt;br /&gt;
: deletes groups from the system&lt;br /&gt;
&lt;br /&gt;
;groupmod&lt;br /&gt;
: Modifies group information&lt;br /&gt;
&lt;br /&gt;
;groups&lt;br /&gt;
: Shows the groups to which a user belongs&lt;br /&gt;
&lt;br /&gt;
;gs&lt;br /&gt;
: Stands for GhostScript. This  command is used to interpret Adobe&#039;s PostScript &lt;br /&gt;
&lt;br /&gt;
and PDF filetypes.&lt;br /&gt;
&lt;br /&gt;
;gunzip&lt;br /&gt;
: Used to unzip files compressed with gzip&lt;br /&gt;
&lt;br /&gt;
;gzexe&lt;br /&gt;
:used to compress executable files.&lt;br /&gt;
&lt;br /&gt;
;gzip&lt;br /&gt;
: used to compress files.&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
&lt;br /&gt;
;halt&lt;br /&gt;
:Turns of the computer.&lt;br /&gt;
&lt;br /&gt;
;head&lt;br /&gt;
: Prints the first several lines of specified files. &lt;br /&gt;
&lt;br /&gt;
;host&lt;br /&gt;
: Gives information about hosts, or zones contained in DNS&lt;br /&gt;
&lt;br /&gt;
;hostname&lt;br /&gt;
: sets or displays the current name of the host system.&lt;br /&gt;
&lt;br /&gt;
;hwclock&lt;br /&gt;
:views or changes the hardware clock. See also date command.&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
&lt;br /&gt;
;iconv&lt;br /&gt;
: converts files to a different character encoding&lt;br /&gt;
&lt;br /&gt;
;id&lt;br /&gt;
: displays information about specified user&lt;br /&gt;
&lt;br /&gt;
;ifconfig&lt;br /&gt;
: view, assigns or configures network interfaces and their addresses along with &lt;br /&gt;
&lt;br /&gt;
other information.&lt;br /&gt;
&lt;br /&gt;
;inetd&lt;br /&gt;
: A linux superserver for internet services.&lt;br /&gt;
&lt;br /&gt;
;info&lt;br /&gt;
: an interactive screen which can give information about many linux commands, &lt;br /&gt;
&lt;br /&gt;
directories, and other valuable linux information.&lt;br /&gt;
&lt;br /&gt;
;init&lt;br /&gt;
: Command used to initialize the system, and change runlevels.&lt;br /&gt;
&lt;br /&gt;
;insmod&lt;br /&gt;
: loads the specified file into the kernel. Not as robust as modprobe.&lt;br /&gt;
&lt;br /&gt;
;iptables&lt;br /&gt;
: can be used to specify IP rules, and potentially build a firewall.&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
&lt;br /&gt;
;join&lt;br /&gt;
: joins information in files to matching fields such as a line number.&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
&lt;br /&gt;
;kernelversion&lt;br /&gt;
: gives information about the kernel you are using&lt;br /&gt;
&lt;br /&gt;
;kill&lt;br /&gt;
: terminates process ids or PIDs&lt;br /&gt;
&lt;br /&gt;
;Killall&lt;br /&gt;
: kills all processes related to specified command name.&lt;br /&gt;
&lt;br /&gt;
;klogd&lt;br /&gt;
: allows you to specifiy what kernel messages are displayed, and prioritize them.&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
&lt;br /&gt;
;last&lt;br /&gt;
: Displays a list of the most recent logins.&lt;br /&gt;
&lt;br /&gt;
;lastlog&lt;br /&gt;
: display the last login times for system accounts&lt;br /&gt;
&lt;br /&gt;
;less&lt;br /&gt;
: pages files or output, is much more robust than the more command. less is more.&lt;br /&gt;
&lt;br /&gt;
;lftp&lt;br /&gt;
: A file transfer program that can use ftp, http, ftps, and https protocols.&lt;br /&gt;
&lt;br /&gt;
;ln&lt;br /&gt;
: Creates hard or soft links to files.&lt;br /&gt;
&lt;br /&gt;
;locale&lt;br /&gt;
: Displays current locale settings.&lt;br /&gt;
&lt;br /&gt;
;locate&lt;br /&gt;
: searches a database of file names. database is updated by updatedb command.&lt;br /&gt;
&lt;br /&gt;
;logger&lt;br /&gt;
: Adds information to the system log.&lt;br /&gt;
&lt;br /&gt;
;login&lt;br /&gt;
: Logs into the system&lt;br /&gt;
&lt;br /&gt;
;logrotate&lt;br /&gt;
:used to rotate, and otherwise manipulate log files.&lt;br /&gt;
&lt;br /&gt;
;lpq&lt;br /&gt;
: checks for the status of print jobs.&lt;br /&gt;
&lt;br /&gt;
;lpr&lt;br /&gt;
: sends files to be printed.&lt;br /&gt;
&lt;br /&gt;
;lprm&lt;br /&gt;
: allows for the cancelling of print jobs.&lt;br /&gt;
&lt;br /&gt;
;ls&lt;br /&gt;
: lists the specified directory.&lt;br /&gt;
&lt;br /&gt;
;lspci&lt;br /&gt;
:lists attached PCI devices&lt;br /&gt;
&lt;br /&gt;
;lsof&lt;br /&gt;
: Lists open files and information about the open files.&lt;br /&gt;
&lt;br /&gt;
;lsmod&lt;br /&gt;
: Lists loaded modules.&lt;br /&gt;
&lt;br /&gt;
;lsusb&lt;br /&gt;
: lists USB devices.&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
&lt;br /&gt;
;mail&lt;br /&gt;
: a command used for reading and sending mail to other users.&lt;br /&gt;
&lt;br /&gt;
;mailq&lt;br /&gt;
: shows messages currently in the mail queue&lt;br /&gt;
&lt;br /&gt;
;man&lt;br /&gt;
: shows the help manual for specified command&lt;br /&gt;
&lt;br /&gt;
;mkdir&lt;br /&gt;
: creates directories.&lt;br /&gt;
&lt;br /&gt;
;modinfo&lt;br /&gt;
: gives information about the specified module&lt;br /&gt;
&lt;br /&gt;
;modprobe&lt;br /&gt;
: attempts to load a module, as well as all modules original module depends on.&lt;br /&gt;
&lt;br /&gt;
;more&lt;br /&gt;
: pages files or other input&lt;br /&gt;
&lt;br /&gt;
;mount&lt;br /&gt;
: tries to mount the specified drive.&lt;br /&gt;
&lt;br /&gt;
;mv&lt;br /&gt;
Used to move, or rename files or directories.&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
&lt;br /&gt;
;netstat&lt;br /&gt;
: a command used to give information on active ports, and other network &lt;br /&gt;
&lt;br /&gt;
information&lt;br /&gt;
&lt;br /&gt;
;newgrp&lt;br /&gt;
: changes users default group.&lt;br /&gt;
&lt;br /&gt;
;nice&lt;br /&gt;
: allows for the priority of a command to be raised or lowered&lt;br /&gt;
&lt;br /&gt;
;nslookup&lt;br /&gt;
: looks up domain nameservers. Has been replaced with dig and host commands.&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
&lt;br /&gt;
;passwd&lt;br /&gt;
: allows the creation or changin of a password associated with a user&lt;br /&gt;
&lt;br /&gt;
;paste&lt;br /&gt;
: merges lines of files into tab-separated columns&lt;br /&gt;
&lt;br /&gt;
;pidof&lt;br /&gt;
: Show the process IDs of the requested program&lt;br /&gt;
&lt;br /&gt;
;ping&lt;br /&gt;
:used to test network connectivity. displays basic information on requested ip &lt;br /&gt;
&lt;br /&gt;
address, and response times.&lt;br /&gt;
&lt;br /&gt;
;pr&lt;br /&gt;
: prepares a text file for a printer friendly format.&lt;br /&gt;
&lt;br /&gt;
;ps&lt;br /&gt;
:shows information about running processes.&lt;br /&gt;
&lt;br /&gt;
;pwd&lt;br /&gt;
:Prints the entire path of the current working directory.&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
&lt;br /&gt;
;quota&lt;br /&gt;
: displays information on specified user and group disk quotas.&lt;br /&gt;
&lt;br /&gt;
;quotacheck&lt;br /&gt;
: checks and corrects disk quota information. Usually ran at startup&lt;br /&gt;
&lt;br /&gt;
;quotaon&lt;br /&gt;
: turns on the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotaoff&lt;br /&gt;
: turns of the disk quota requirements.&lt;br /&gt;
&lt;br /&gt;
;quotastats&lt;br /&gt;
: displays disk quota information&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
&lt;br /&gt;
;reboot&lt;br /&gt;
: reboots the system.&lt;br /&gt;
&lt;br /&gt;
;reject&lt;br /&gt;
: tells printing system to reject specified destinations&lt;br /&gt;
&lt;br /&gt;
;renice&lt;br /&gt;
:changes the priority of already running processes&lt;br /&gt;
&lt;br /&gt;
;repquota&lt;br /&gt;
: creates a report for diskusage and quotas on the specified disk.&lt;br /&gt;
&lt;br /&gt;
;reset&lt;br /&gt;
: essentially the same as hitting the reset button, but this command is limited &lt;br /&gt;
&lt;br /&gt;
to the terminal&lt;br /&gt;
&lt;br /&gt;
;restore&lt;br /&gt;
: restores backup files from a dump. See also dump.&lt;br /&gt;
&lt;br /&gt;
;rm&lt;br /&gt;
: deletes files, and if passed the correct option, directories also.&lt;br /&gt;
&lt;br /&gt;
;rmdir&lt;br /&gt;
: deletes directories, but not not the files they might contain.&lt;br /&gt;
&lt;br /&gt;
;rmmod&lt;br /&gt;
:uninstalls modules from the kernel, generally you would want to use modprobe &lt;br /&gt;
&lt;br /&gt;
instead.&lt;br /&gt;
&lt;br /&gt;
;route&lt;br /&gt;
: allows the addition or deletion of entries in the routing tables.&lt;br /&gt;
&lt;br /&gt;
;rpm&lt;br /&gt;
: the red hat package manager. Used to install, upgrade, and uninstall packages.&lt;br /&gt;
&lt;br /&gt;
;rsync&lt;br /&gt;
: used to transfer files, typically accross a newtork.&lt;br /&gt;
&lt;br /&gt;
;runlevel&lt;br /&gt;
: displays runlevel information&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
&lt;br /&gt;
;scp&lt;br /&gt;
: used to securely transfer files.&lt;br /&gt;
&lt;br /&gt;
;sed&lt;br /&gt;
: Sed is a stream editor used to make basic changes to an input stream.&lt;br /&gt;
&lt;br /&gt;
;seq&lt;br /&gt;
: this command is used to print one incremental number per line to standard &lt;br /&gt;
&lt;br /&gt;
output.&lt;br /&gt;
&lt;br /&gt;
;setquota&lt;br /&gt;
: used to set a diskquota&lt;br /&gt;
&lt;br /&gt;
;sftp&lt;br /&gt;
: a secure file trasfer protocol that can be used via command line.&lt;br /&gt;
&lt;br /&gt;
;sh&lt;br /&gt;
: the standard unix shell.&lt;br /&gt;
&lt;br /&gt;
;shred&lt;br /&gt;
: securely overwrites, and deletes files.&lt;br /&gt;
&lt;br /&gt;
;shutdown&lt;br /&gt;
: used to shutdown the computer. Can be set to shutdown in a certain amount of &lt;br /&gt;
&lt;br /&gt;
time, or at a certain time.&lt;br /&gt;
&lt;br /&gt;
;size&lt;br /&gt;
: shows the six of a file&lt;br /&gt;
&lt;br /&gt;
;sleep&lt;br /&gt;
: defines a period of time the computer shou wait before processing another &lt;br /&gt;
&lt;br /&gt;
command&lt;br /&gt;
&lt;br /&gt;
;ssh&lt;br /&gt;
: Used to logon securely to another server, and run commands.&lt;br /&gt;
&lt;br /&gt;
;ssh-add&lt;br /&gt;
: Adds identities the the authentication agent.&lt;br /&gt;
&lt;br /&gt;
;ssh-agent&lt;br /&gt;
: Used to hold private key for use with public key authentication&lt;br /&gt;
&lt;br /&gt;
;ssh-keygen&lt;br /&gt;
: Used to generate and manage authentication keys for SSH.&lt;br /&gt;
&lt;br /&gt;
;ssh-keyscan&lt;br /&gt;
: uses to gather public and private keys from other hosts.&lt;br /&gt;
&lt;br /&gt;
;stat&lt;br /&gt;
: displays file or system status&lt;br /&gt;
&lt;br /&gt;
; su&lt;br /&gt;
: Switches User, if no user is given attempts to become superuser.&lt;br /&gt;
&lt;br /&gt;
;sudo&lt;br /&gt;
: Gives access to execute command as another user&lt;br /&gt;
&lt;br /&gt;
;sum&lt;br /&gt;
: creates a checksum for the specified file&lt;br /&gt;
&lt;br /&gt;
;swapoff&lt;br /&gt;
:disables devices for swapping&lt;br /&gt;
&lt;br /&gt;
;swapon&lt;br /&gt;
:enables devices for swapping&lt;br /&gt;
&lt;br /&gt;
== T == &lt;br /&gt;
&lt;br /&gt;
;tail&lt;br /&gt;
: Displays the last 10 lines of requested files&lt;br /&gt;
&lt;br /&gt;
;talk&lt;br /&gt;
: a basic chat program &lt;br /&gt;
&lt;br /&gt;
;tar&lt;br /&gt;
:This command stands for tape archiving. It is used to copy or restore files from &lt;br /&gt;
&lt;br /&gt;
 tape or disk&lt;br /&gt;
&lt;br /&gt;
;tcpd&lt;br /&gt;
: command to monitor incoming requests for specific services&lt;br /&gt;
&lt;br /&gt;
;tcpdump&lt;br /&gt;
: this command allows you to dump tcpip information to a medium to be examined.&lt;br /&gt;
&lt;br /&gt;
;telnet&lt;br /&gt;
: allows logging into another system remotely, and executing commands&lt;br /&gt;
&lt;br /&gt;
;tftp&lt;br /&gt;
: allows users to transfer files to and from remote machines.&lt;br /&gt;
&lt;br /&gt;
;top&lt;br /&gt;
: top provides information about the most cpu intensive processes running.&lt;br /&gt;
&lt;br /&gt;
;touch&lt;br /&gt;
:creates files, and or can update access and modification times of a file.&lt;br /&gt;
&lt;br /&gt;
;tr&lt;br /&gt;
: stands for translates character, and does just that, translating the characters &lt;br /&gt;
&lt;br /&gt;
you specify into another set of characters you specify.&lt;br /&gt;
&lt;br /&gt;
;tracepath&lt;br /&gt;
: traces the path to the specified host. Not as robust as traceroute&lt;br /&gt;
&lt;br /&gt;
;traceroute&lt;br /&gt;
: traces path to specified host.&lt;br /&gt;
&lt;br /&gt;
;true&lt;br /&gt;
: a command that returns a successful status.&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
&lt;br /&gt;
;umount&lt;br /&gt;
:unmount the specified filesystem&lt;br /&gt;
&lt;br /&gt;
;uname&lt;br /&gt;
: displays information about the machine and operating system&lt;br /&gt;
&lt;br /&gt;
;uptime&lt;br /&gt;
: prints information about the current sessions.&lt;br /&gt;
&lt;br /&gt;
;useradd&lt;br /&gt;
: creates new user accounts.&lt;br /&gt;
&lt;br /&gt;
;userdel&lt;br /&gt;
:deletes specified ser accounts&lt;br /&gt;
&lt;br /&gt;
;usermod&lt;br /&gt;
: allows for modification of user accounts.&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
&lt;br /&gt;
;vi&lt;br /&gt;
: a text editor&lt;br /&gt;
&lt;br /&gt;
;vmstat&lt;br /&gt;
: gives information on virtual memory&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
&lt;br /&gt;
;w&lt;br /&gt;
: gives information on currently logged in users, and their activities.&lt;br /&gt;
&lt;br /&gt;
;warnquota&lt;br /&gt;
: used to set the why and who of to email when a user reaches their soft quota &lt;br /&gt;
&lt;br /&gt;
limit.&lt;br /&gt;
&lt;br /&gt;
;wget&lt;br /&gt;
: used for basic file downloading over the web&lt;br /&gt;
&lt;br /&gt;
;whatis&lt;br /&gt;
: A way to search for linux commands from the command prompts.&lt;br /&gt;
&lt;br /&gt;
;whereis&lt;br /&gt;
:locates the source and manual pages for linux commands and files.&lt;br /&gt;
&lt;br /&gt;
;which&lt;br /&gt;
: lists the pathnames of the files that would be executed if the specified &lt;br /&gt;
&lt;br /&gt;
command had been run.&lt;br /&gt;
&lt;br /&gt;
;who&lt;br /&gt;
: shows who is logged into the system&lt;br /&gt;
&lt;br /&gt;
;whois&lt;br /&gt;
: searches whois for information on a domain name, or IP&lt;br /&gt;
&lt;br /&gt;
;write&lt;br /&gt;
: a way to initiate or respond to an interactive conversation with another user&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
&lt;br /&gt;
;xargs&lt;br /&gt;
: builds and execute command lines from standard input.&lt;br /&gt;
&lt;br /&gt;
;xinetd&lt;br /&gt;
: A linux Superserver that listens to tcpip requests on behalf of other programs.&lt;br /&gt;
&lt;br /&gt;
== Y == &lt;br /&gt;
&lt;br /&gt;
;yes&lt;br /&gt;
: repeatedly outputs a line with specified strings, or just a y if unspecified. &lt;br /&gt;
&lt;br /&gt;
Used mostly in scripts.&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;/div&gt;</summary>
		<author><name>Dbliss0921</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_Current_Student_Projects&amp;diff=3876</id>
		<title>Franske Current Student Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_Current_Student_Projects&amp;diff=3876"/>
		<updated>2010-12-15T03:02:06Z</updated>

		<summary type="html">&lt;p&gt;Dbliss0921: /* CNT 2311 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FALL 2010=&lt;br /&gt;
==CNT 2311==&lt;br /&gt;
* [[Understanding Linux Permission Sets]] - Casey McBride&lt;br /&gt;
* NAT with a Linux System - Tsega Terefe&lt;br /&gt;
* Alphabetical Linux Command List - Don Bliss&lt;br /&gt;
&lt;br /&gt;
==CNT 2540==&lt;br /&gt;
* [[Wake On LAN]] - Lue YANG&lt;br /&gt;
* Lab Maintenance - Samuel Francis&lt;br /&gt;
* Update/Correct Frame Relay and ISDN Labs - Adam Nelson &amp;amp; Dan Martin&lt;/div&gt;</summary>
		<author><name>Dbliss0921</name></author>
	</entry>
</feed>