Configuring directory and file structure (on AWS server)

Hi,

I’m new to AWS & servers and quite new to linux. How can I move files and directories on the AWS (remote) server? So far I’ve just downloaded things with wget and unzipped, and I’m trying to organize things to run the notebook for Lesson 1.

Thanks!

  • Google bash for shell commands in general.
  • cp for copying files
  • mv for renaming/moving files
  • man cp for other options for the cp command (also “man some_function” works well in google search)