Introduction to GNU/Linux -- Part 2: Difference between revisions
From HPC Wiki
(Added list of commands covered, still have to include short description of each.) |
(added short description for most commands listed.) |
||
Line 31: | Line 31: | ||
{{Linux Command Table|1= | {{Linux Command Table|1= | ||
{{Linux Command|cat|man=man1/cat.1.html|wiki=Cat_(Unix)}} | {{Linux Command|cat|man=man1/cat.1.html|wiki=Cat_(Unix)|concatenate files and print on the standard output}} | ||
{{Linux Command|chmod|man=man1/chmod.1.html|wiki=Chmod}} | {{Linux Command|chmod|man=man1/chmod.1.html|wiki=Chmod|change file mode bits}} | ||
{{Linux Command|df|man=man1/df.1.html|wiki=Df_(Unix)}} | {{Linux Command|df|man=man1/df.1.html|wiki=Df_(Unix)|report file system disk space usage}} | ||
{{Linux Command|echo|man=man1/echo.1.html|wiki=Echo_(command)}} | {{Linux Command|echo|man=man1/echo.1.html|wiki=Echo_(command)|display a line of text}} | ||
{{Linux Command|free|man=man1/free.1.html}} | {{Linux Command|free|man=man1/free.1.html|Display amount of free and used memory in the system}} | ||
{{Linux Command|history|man=man3/history.3.html}} | {{Linux Command|history|man=man3/history.3.html}} | ||
{{Linux Command|id|man=man1/id.1.html|wiki=Id_(Unix)}} | {{Linux Command|id|man=man1/id.1.html|wiki=Id_(Unix)|print real and effective user and group IDs}} | ||
{{Linux Command|ifconfig|man=man8/ifconfig.8.html|wiki=Ifconfig}} | {{Linux Command|ifconfig|man=man8/ifconfig.8.html|wiki=Ifconfig|configure a network interface}} | ||
{{Linux Command|ls|man=man1/ls.1.html|wiki=Ls}} | {{Linux Command|ls|man=man1/ls.1.html|wiki=Ls|list directory contents}} | ||
{{Linux Command|man|man=man1/man.1.html|wiki=Man_page}} | {{Linux Command|man|man=man1/man.1.html|wiki=Man_page|an interface to the reference manuals}} | ||
{{Linux Command|mkdir|man= | {{Linux Command|mkdir|man=man1/mkdir.1.html|wiki=Mkdir|make directories}} | ||
{{Linux Command|ps|man=man1/ps.1.html|wiki=Ps_(Unix)}} | {{Linux Command|ps|man=man1/ps.1.html|wiki=Ps_(Unix)|report a snapshot of the current processes}} | ||
{{Linux Command|pstree|man=man1/pstree.1.html}} | {{Linux Command|pstree|man=man1/pstree.1.html|display a tree of processes}} | ||
{{Linux Command|qstat|man=man1/qstat.1p.html}} | {{Linux Command|qstat|man=man1/qstat.1p.html|show status of batch jobs}} | ||
{{Linux Command|qsub|man=man1/qsub.1p.html}} | {{Linux Command|qsub|man=man1/qsub.1p.html|submit a script}} | ||
{{Linux Command|ssh|man=man1/ssh.1.html}} | {{Linux Command|ssh|man=man1/ssh.1.html|remote login program}} | ||
{{Linux Command|ssh-keygen|man=man1/ssh-keygen.1.html}} | {{Linux Command|ssh-keygen|man=man1/ssh-keygen.1.html|authentication key generation, management and conversion}} | ||
{{Linux Command|ssh-copy-id}} | {{Linux Command|ssh-copy-id}} | ||
{{Linux Command|w|man=man1/w.1.html}} | {{Linux Command|w|man=man1/w.1.html|Show who is logged on and what they are doing}} | ||
{{Linux Command|watch|man=man1/watch.1.html}} | {{Linux Command|watch|man=man1/watch.1.html|execute a program periodically, showing output fullscreen}} | ||
{{Linux Command|who|man=man1/who.1.html|wiki=Who_(Unix)}} | {{Linux Command|who|man=man1/who.1.html|wiki=Who_(Unix)|show who is logged on}} | ||
{{Linux Command|wget|man=man1/wget.1.html}} | {{Linux Command|wget|man=man1/wget.1.html|The non-interactive network downloader}} | ||
}} | }} | ||
Revision as of 15:07, 1 April 2017
When: | March 24, 2017. 1.00 pm — 3 pm | |
Where: | TEC 202 | |
Click here to register | ||
Flyer (.PDF) | ||
Description
Topics in this workshop:
- Basic system administration
- Basic command line usage
- Submitting/running jobs on HPC systems
Commands Covered During Workshop
Questions? Email Brian Olson