Skip to content

Lecture 5: Command Line Environment

Resources

Notes

Things covered:

  • Job control
  • Terminal multiplexing
  • Dotfiles
  • Remote machines
sleep 2000 &
# & will make a command run in the background

# rsync is useful for copying multiple files
# and it doesn't start from the begining if interrupted