Basic Linux commands
some basic Linux commands include:
pwd:
these is to check your present working directory.
##cd: these is to change your directory.
###mkdir: these is to make a directory(folder).
###rmdir: these is to delete a directory.
###mv: these is used to move a directory.
###touch: these is used to create a file.