Basic commands cp <source-file> <destination-file> Copies the file scp <source-file> <destination-file> Copies file from one host machine to another host machine. mv <source-file> <destination-file> Moves the file/folder from one place to other. touch <file> Creates the file mkdir <directory-name> Creates the directory. If you want to create a chain of parent and child directory you […]
The post Ubuntu Commands that developer should know appeared first on Code4Reference.