Lab 2

Lab 2

Command mkdir:
mkdir creates directories
mkdir

Command cp:
copies files or directories
cp

Command mv:
performs file moving or renaming
mv

Command rm:
to remove files and directories
rm

Command help:
displays information about the command
help

Command man:
displays the manual for the command
man

Command whatis:
displays a name and a one-line description of a man page
whatis

Command alias:
to create own composite commands
alias

Leave a Reply

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