Franske CNT-2311 SP10 Commands: Difference between revisions
BenFranske (talk | contribs) No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
rmdir<br> | rmdir<br> | ||
touch<br> | touch<br> | ||
| | |lists the contents of the current directory | ||
allows you to navigate to new directories<br> | |||
allows you to move (rename) content<br> | |||
allows you to copy content<br> | |||
allows you to make directories<br> | |||
allows you to view a manual of a command<br> | |||
allows you to remove content<br> | |||
allows you to remove directories<br> | |||
allows you to change file access and modification times<br> | |||
|-valign="top" | |-valign="top" | ||
|Session 2 | |Session 2 | ||
Line 38: | Line 44: | ||
du<br> | du<br> | ||
df<br> | df<br> | ||
|display the contents of a text file for viewing | |||
allows backward movement in the file as well as forward movement<br> | |||
same thing as less but the entire output<br> | |||
allows you to find text within a file<br> | |||
allows you to display the contents of the history file, edit the contents of the history file, and re-execute previous commands stored in the history file<br> | |||
which provides a secure way to index and quickly search for files on your system<br> | |||
simply a link to slocate that implies the -u option that creates slocate database starting at the root directory<br> | |||
will search any set of directories you specify for files that match the supplied search criteria<br> | |||
which locates source/binary and manuals sections for specified files<br> | |||
which is to change the owner of a file<br> | |||
unprivileged (regular) users who wish to change the group of a file can use this<br> | |||
command that lets you tell the system how much or little access it should permit to a file<br> | |||
which will create tape archives and add or extract files to a specified location<br> | |||
will compress or expand the tar files<br> | |||
used to estimate the file space usage, space used under a particular directory or files on a file system<br> | |||
will report how much free disk space is available for each mount you have<br> | |||
|-valign="top" | |-valign="top" | ||
|Session 3 | |Session 3 | ||
Line 59: | Line 81: | ||
who<br> | who<br> | ||
su<br> | su<br> | ||
|lets you check the status of processes that are running on your system<br> | |||
display top CPU processes<br> | |||
is a list the jobs that you are running in the background and in the foreground<br> | |||
will continue a stopped job by running it in the foreground<br> | |||
continues a stopped job in the background<br> | |||
is used to examine or control the kernel ring buffer<br> | |||
is a partition table manipulator<br> | |||
is a curses based program for partitioning any hard disk drive<br> | |||
installs a boot loader that will be activated next time you boot<br> | |||
enables a user to have multiple operating systems on their computer, and choose which one to run when the computer starts<br> | |||
is used to build a Linux file system on a device, usually a hard disk partition<br> | |||
sets up a Linux swap area on a device or in a file<br> | |||
is used to check a Linux second extended file system<br> | |||
command detaches the file system(s) mentioned from the file hierarchy<br> | |||
will mount a file system<br> | |||
is used to send signals to running processes, for example to request the termination of this process<br> | |||
returns system information in the structure pointed to <br> | |||
command lets you display the users that are currently logged into your Unix computer system<br> | |||
allows you to become a super user or another user<br> | |||
|-valign="top" | |-valign="top" | ||
|Session 4 | |Session 4 | ||
Line 73: | Line 114: | ||
route<br> | route<br> | ||
netstat<br> | netstat<br> | ||
|is a package management system<br> | |||
is a free user interface that works with core libraries to handle the installation and removal of software<br> | |||
is an interactive, automated update program which can be used for maintaining systems using rpm<br> | |||
is the parent of all processes. Its primary role is to create processes from a script stored in the file /etc/inittab<br> | |||
stores system startup and service management script<br> | |||
is an open source program for forwarding log messages in an IP network for UNIX and Unix-like systems<br> | |||
enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates<br> | |||
a line of text<br> | |||
command is a standard Unix program used to concatenate and display files<br> | |||
command allows the operating system to setup network interfaces and allow the user to view information about the configured network interfaces<br> | |||
shows and manipulates the IP routing table<br> | |||
shows network status<br> | |||
|-valign="top" | |-valign="top" | ||
|Session 5 | |Session 5 | ||
Line 81: | Line 134: | ||
webmin<br> | webmin<br> | ||
samba<br> | samba<br> | ||
|secure shell<br> | |||
remote file copy<br> | |||
file transfer protocol<br> | |||
secure file transfer protocal<br> | |||
web based GUI for linux systems<br> | |||
is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients<br> | |||
|-valign="top" | |-valign="top" | ||
|Session 6 | |Session 6 |
Revision as of 19:16, 13 May 2010
These are the commands learned by session:
Session | Commands | Description |
Session 1 | ls cd |
lists the contents of the current directory
allows you to navigate to new directories |
Session 2 | cat less |
display the contents of a text file for viewing
allows backward movement in the file as well as forward movement |
Session 3 | ps top |
lets you check the status of processes that are running on your system display top CPU processes |
Session 4 | rpm apt |
is a package management system is a free user interface that works with core libraries to handle the installation and removal of software |
Session 5 | ssh rcp |
secure shell remote file copy |
Session 6 | std pipe | |
Session 7 | iptables ip6tables | |
Session 8 | imap pop3 | |
Session 9 | bind9 nslookup | |
Session 10 | mysql-server mysqld |