Introduction to GNU/Linux -- Part 2: Difference between revisions

From HPC Wiki
Jump to:navigation Jump to:search
(added short description for most commands listed.)
No edit summary
 
(One intermediate revision 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/registration/ Click here to register]'''
|
|-
|-
|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 32: Line 29:
{{Linux Command Table|1=
{{Linux Command Table|1=
{{Linux Command|cat|man=man1/cat.1.html|wiki=Cat_(Unix)|concatenate files and print on the standard output}}
{{Linux Command|cat|man=man1/cat.1.html|wiki=Cat_(Unix)|concatenate files and print on the standard output}}
{{Linux Command|cd|man=man1/cd.1p.html|wiki=Cd_(command)|change the working directory}}
{{Linux Command|chmod|man=man1/chmod.1.html|wiki=Chmod|change file mode bits}}
{{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)|report file system disk space usage}}
{{Linux Command|df|man=man1/df.1.html|wiki=Df_(Unix)|report file system disk space usage}}
Line 44: Line 42:
{{Linux Command|ps|man=man1/ps.1.html|wiki=Ps_(Unix)|report a snapshot of the current processes}}
{{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|display a tree of processes}}
{{Linux Command|pstree|man=man1/pstree.1.html|display a tree of processes}}
{{Linux Command|pwd|man=man1/pwd.1.html|wiki=Pwd|print name of current/working directory}}
{{Linux Command|qstat|man=man1/qstat.1p.html|show status of batch jobs}}
{{Linux Command|qstat|man=man1/qstat.1p.html|show status of batch jobs}}
{{Linux Command|qsub|man=man1/qsub.1p.html|submit a script}}
{{Linux Command|qsub|man=man1/qsub.1p.html|submit a script}}

Latest revision as of 11:22, 23 August 2018

When: March 24, 2017. 1.00 pm — 3 pm
Where: TEC 202
Flyer (.PDF)

Description

Topics in this workshop:

  1. Basic system administration
  2. Basic command line usage
  3. Submitting/running jobs on HPC systems


Commands Covered During Workshop

Command Documentation Description
cat concatenate files and print on the standard output
cd change the working directory
chmod change file mode bits
df report file system disk space usage
echo display a line of text
free Display amount of free and used memory in the system
history (description missing)
id print real and effective user and group IDs
ifconfig configure a network interface
ls list directory contents
man an interface to the reference manuals
mkdir make directories
ps report a snapshot of the current processes
pstree display a tree of processes
pwd print name of current/working directory
qstat show status of batch jobs
qsub submit a script
ssh remote login program
ssh-keygen authentication key generation, management and conversion
ssh-copy-id (description missing)
w Show who is logged on and what they are doing
watch execute a program periodically, showing output fullscreen
who show who is logged on
wget The non-interactive network downloader

Questions? Email Brian Olson