ls - command to list the files in the directory., cd ~ - command to make sure you are in the student's home folder, ls -a - command will show you a long list of files as well as any hidden files, ? - wildcard, -l - command option can be used to show a long list, touch - command is used to create/make a file, > - used for output (STDOUT) redirection., rm - command used to remove files, rm -i - command option added to force the rm command to ask first before deleting the file, -r - command option that means recursive, rm file* - command to remove all files that start with the word file, rm dir - command used to remove a directory, Ubuntu 14 LTS - XFCE (2017) - Linux environment, chown - command to change ownership, chgrp - command to change the group, cp - command used to copy a file to the same directory, mv - command used to move files and directories, sudo - command super user do, ls -la - list command that allows you to see lots of file information as well as hidden files, find - one command used to find file and directories, -name - option will search for a filename that matches the name and case, -mmin - option which stands for modified minutes, k - kilobytes, M - megabytes, updatedb - updates the database, -size - option that will help locate files that have a certain size, locate -i - command that searches for files without regard to case, tar -z - command to compress with the bzip algorithm, tar -c - command to create an archive, gzip - command used to zip a single file or multiple files,

Leaderboard

Visual style

Options

Switch template

Continue editing: ?