User Guide

34
To close the command line, do one of the following:
• Press Alt + F4 on the keyboard.
• Click the Close button in the top-right of the window.
• Click the icon in the top-left of the window, and then
click Close.
List the contents of a specific folder Type ls followed by a space and
then the name of the folder. Then
press Enter.
Move into a subfolder Type cd followed by a space and
then the name of the folder, and
then press Enter.
Move to a parent folder Type cd .. and then press Enter.
Create a subfolder Type mkdir followed by a space and
then the name of the folder, and
then press Enter.
Delete a folder Type rmdir followed by a space and
then the name of the folder, and
then press Enter.
Delete a file Type rm followed by a space and
then the name of the file, and then
press Enter.
Copy a file or folder Type cp followed by a space and
then the name (or full file path) of
the file to be copied. Type another
space and then the name (or full file
path) to call the copy. Press Enter.
Rename or move a file or folder Type mv followed by a space and
then the name (or full file path) of
the file to be copied. Type another
space and then the name (or full file
path) to call the copy. Press Enter.
Clear the command line window Type clear and then press Enter.
To Do This