#Command Line Basics Here are a few command line basic tasks that we will be using today ##pwd Where am I? ##cd Change directory ##cd .. Go up one level ##ls List contents ##mkdir Make directory ##rm filename Remove ##mv filename Move the file