How can you copy files or directories?
To duplicate files or directories, UNIX offers the cp command. For copying files, the syntax is cp source_file destination_directory/. If duplicating a directory, the -r option (meaning recursive) must be added, as in cp -r source_directory destination_directory/. This ensures all sub-files and sub-directories are replicated too. The cp command is fundamental when backing up data or creating duplicate research resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
distinguish between user mode and kernel mode?
what is the command to get help on a UNIX terminal?
What does grep v do?
Which unix command lists files/folders in alphabetical order?
Using unix command how to display no of records in oracle?
What is the command to find hidden files in the current directory?
Where LOG fiels resides in AIX and pls tel me how to remove the log file
Explain the steps that a shell follows while processing a command.
What command will change your prompt to myprompt?
What command is used to replace the existing string with some other?
How to view the hidden files in /etc directory?
what does the 'tee' command do?