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 |
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,
Explain mount and unmount command.
Why is it called grep?
How do you change file permissions?
How do you move a process which is running background to foreground?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
What is awk used for?
What are the unix commands?
what is the default permission for /etc/shadow file in UNIX
what does the job command do?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
what is the cmd to display the last exit status in UNIX?