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

From HPC Wiki
Jump to:navigation Jump to:search
(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=man2/mkdir.2.html|wiki=Mkdir}}
{{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 16: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:

  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
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
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