Lab 2

the mkdir command makes a directory folder.

1

the whatis command tells you what the command is.

2

the command alias is useful if you want to create a ‘shortcut’ to a command.

alias

the command cp is used to copy files.

cp -r

the command help tells you what the command is.

helpcd

the command man ls shows you all the commands that can go with ls and a description.

man ls

the command mv moves a directory or folder somewhere else. I have moved directory to another directory.

mv boo templates

the command rm removes a file or folder.

rm-d teemplate