Some Basic UNIX Commands

File Copying in UNIX:

We can copy the files by using the unix command “cp”, The “cp” command requires “source” & “destination”.

Example:

cp “mysourcefile.extension” “destinationpath/destinationfile.extension”.

Creating a Folder or Directory in Unix:

We can create the directory using the “mkdir” command.

Example: mkdir “foldername”.

Comments are closed.