mkdir ~ create a new folder usage: mkdir absolue_path_to_folder example: mkdir /Pictures/Family optional arguments: -h, --help show this help message and exit rm ~ delete a file/folder usage: rm absolute_path_to_file_1 absolute_path_to_file_2 absolute_path_to_file_3 etc. example: rm /Random/Other /tps_report.txt optional arguments: -h, --help show this help message and exit ls ~ print a list of fi