You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
Answer / Bharti Sharma
To copy the home directory (and subdirectories) of all users to a new location, you can use `rsync -a /home/ /new_location`. Replace `/new_location` with your desired destination.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I find the process id in linux?
How do I run bash on windows?
What is tty in linux command?
what r the different command to check ram,process and hdd of linux machine
Explain the free command.
what command would you use to find the hostname of the server if yo ony have the ip address?
Who linux commands?
What is the purpose of the "top" command?
how to create a new file command
Explain about sh?
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
What is linux pwd (print working directory) command?