Basic Linux Seminar: Difference between revisions

From UW-Math Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==January 16, 2017 from 10am to 12pm, B107 Van Vleck==
==January 16, 2017 from 10am to 12pm, B107 Van Vleck==


1.  Connecting to a linux machine via ssh.
#.  Connecting to a linux machine via ssh.
2.. Using SCP to move items from your machine to the server
#.. Using SCP to move items from your machine to the server
3.  Creating directories
#.  Creating directories
4.  Moving around your home directory
#.  Moving around your home directory
* pwd
* pwd
5.  Moving items in your home directory (2 methods)
#.  Moving items in your home directory (2 methods)
* relative
* relative
* absolute
* absolute
6.  Listing items in your home directory
#.  Listing items in your home directory
*  Listing with command line options.
*  Listing with command line options.
8.  Permissions
#.  Permissions
9.  Touch command.
#.  Touch command.
10.  Man command
#.  Man command
11.  Printing items in your home directory to a printer via command line
#.  Printing items in your home directory to a printer via command line
12.  using lpq to see items in the print queue
#.  using lpq to see items in the print queue
13.  using lprm to remove items in the print queue.
#.  using lprm to remove items in the print queue.
14.  editing a file using nano
#.  editing a file using nano
15.  more about file editors.
#.  more about file editors.

Revision as of 17:08, 19 December 2016

January 16, 2017 from 10am to 12pm, B107 Van Vleck

  1. . Connecting to a linux machine via ssh.
  2. .. Using SCP to move items from your machine to the server
  3. . Creating directories
  4. . Moving around your home directory
  • pwd
  1. . Moving items in your home directory (2 methods)
  • relative
  • absolute
  1. . Listing items in your home directory
  • Listing with command line options.
  1. . Permissions
  2. . Touch command.
  3. . Man command
  4. . Printing items in your home directory to a printer via command line
  5. . using lpq to see items in the print queue
  6. . using lprm to remove items in the print queue.
  7. . editing a file using nano
  8. . more about file editors.