How do you copy a directory with many files and folders into
another directory?
Answers were Sorted based on User's Feedback
Answer / guest
cp -R <source_dir> <dest_dir>
Ex: cp GUI ../TEST
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / ashok jayan
cp -rf <source_dir> <dest_dir>
Note: r - Recursively, f - Forcefully
| Is This Answer Correct ? | 8 Yes | 3 No |
What are awk commands?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
which script will invoke first ,when /etc/init.d starts
What is awk command used for?
how to make IGNITE-BACKUP in HP-UX?
How to setup sudo, only can use for particular date & time only ( for solaris10 )
how will you login one server's shell prompt to an another server?
5 Answers Cosmic Infotech, Perot Systems,
What does the “echo” command do?
How we will execute previous command in vi editor?
What is the pipe command?
What is the use of the command 'ls -x chapter[1-5]' ?
How can you create a symbolic link to a file or directory?