Basic Linux Seminar: Difference between revisions

From UW-Math Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
#.. Using SCP to move items from your machine to the server
#.. Using SCP to move items from your machine to the server
#.  Creating directories
#.  Creating directories
#.  Moving around your home directory
#.  Moving around your home directory; pwd
* pwd
#.  Moving items in your home directory (2 methods); relative; absolute
#.  Moving items in your home directory (2 methods)
#.  Listing items in your home directory; Listing with command line options.
* relative
* absolute
#.  Listing items in your home directory
Listing with command line options.
#.  Permissions
#.  Permissions
#.  Touch command.
#.  Touch command.

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
  5. . Moving items in your home directory (2 methods); relative; absolute
  6. . Listing items in your home directory; Listing with command line options.
  7. . Permissions
  8. . Touch command.
  9. . Man command
  10. . Printing items in your home directory to a printer via command line
  11. . using lpq to see items in the print queue
  12. . using lprm to remove items in the print queue.
  13. . editing a file using nano
  14. . more about file editors.