Lab 2

cp allows you to copy files

cp -r lab 2

help is used to inform you of what the command actually ishelp cd lab 2

man shows you all the commands that can be used with ls with descriptionsman ls

mkdir creates a new directory folder

mkdir lab 2

mv moves a folder or a directory to a different location

mv hi lab 2

rm is used to remove a file or a folder

rm -d lab 2

whatis tell you what the command itself is

what is bash lab 2

Leave a Reply

Your email address will not be published. Required fields are marked *