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.) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|'''Where:''' | |'''Where:''' | ||
|''[https://map.usm.edu/campus_map.php?id=26221 TEC 202]'' | |''[https://map.usm.edu/campus_map.php?id=26221 TEC 202]'' | ||
|- | |- | ||
|colspan="2" style="text-align:center"|'''[https://hpcwiki.usm.edu/mediawiki/images/a/a5/Flyer2.pdf Flyer (.PDF)]''' | |colspan="2" style="text-align:center"|'''[https://hpcwiki.usm.edu/mediawiki/images/a/a5/Flyer2.pdf Flyer (.PDF)]''' | ||
Line 31: | Line 28: | ||
{{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|cd|man=man1/cd.1p.html|wiki=Cd_(command)|change the working directory}} | ||
{{Linux Command|df|man=man1/df.1.html|wiki=Df_(Unix)}} | {{Linux Command|chmod|man=man1/chmod.1.html|wiki=Chmod|change file mode bits}} | ||
{{Linux Command|echo|man=man1/echo.1.html|wiki=Echo_(command)}} | {{Linux Command|df|man=man1/df.1.html|wiki=Df_(Unix)|report file system disk space usage}} | ||
{{Linux Command|free|man=man1/free.1.html}} | {{Linux Command|echo|man=man1/echo.1.html|wiki=Echo_(command)|display a line of text}} | ||
{{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|pwd|man=man1/pwd.1.html|wiki=Pwd|print name of current/working directory}} | ||
{{Linux Command|qsub|man=man1/qsub.1p.html}} | {{Linux Command|qstat|man=man1/qstat.1p.html|show status of batch jobs}} | ||
{{Linux Command|ssh|man=man1/ssh.1.html}} | {{Linux Command|qsub|man=man1/qsub.1p.html|submit a script}} | ||
{{Linux Command|ssh-keygen|man=man1/ssh-keygen.1.html}} | {{Linux Command|ssh|man=man1/ssh.1.html|remote login program}} | ||
{{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}} | ||
}} | }} | ||
Latest revision as of 10:22, 23 August 2018
When: | March 24, 2017. 1.00 pm — 3 pm | |
Where: | TEC 202 | |
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