Basic Linux Seminar: Difference between revisions

From DEV UW-Math Wiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
# Moving items in your home directory (2 methods); relative; absolute
# Moving items in your home directory (2 methods); relative; absolute
# Listing items in your home directory; Listing with command line options.
# Listing items in your home directory; Listing with command line options.
# Permissions
# Removing directories and files (use caution!)
# Permissions; recursive, letter method, number method
# Touch command.
# Touch command.
# Man command
# Man command
Line 16: Line 17:
# more about file editors.
# more about file editors.
# make your own script
# make your own script
# quota command; du -s subdir
# locate command
#

Revision as of 17:15, 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. Removing directories and files (use caution!)
  8. Permissions; recursive, letter method, number method
  9. Touch command.
  10. Man command
  11. Printing items in your home directory to a printer via command line
  12.  using lpq to see items in the print queue
  13. using lprm to remove items in the print queue.
  14. editing a file using nano
  15. more about file editors.
  16. make your own script
  17. quota command; du -s subdir
  18. locate command