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 |
how to delete entire records in unix ?
Which command should you use to find the remaining disk space in unix server?
What does the command ' $who | sort –logfile > newfile' do?
Explain mount and unmount command.
What do chmod command do?
Name the unix command to find how many days the server has been up.
what will this do $cat > file.c ?(file.c is a file in current directory)
what is the advaantage of each user having its own copy of the shell?
What is the use of the command 'ls -x chapter[1-5]' ?
Describe the usage and functionality of the command rm –r * in unix?
What is the difference between AWK and SED commands? Plz give example and explain...
Give two UNIX kernel parameters that effect an Oracle install