Basic LINUX commands
pwd Name and path of the current working directory. mkdir dirname Creates a new directory. rmdir dirname Removes a directory. [directory must be empty] rm -r dirname Removes a directory and its contents. rm filename Removes file mv Moves the file from one directory to another cd Change the current directory cd .. Go to… Read More »