You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?



You want to copy the user’s home directories to a new location. Which of the following command..

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

Post New Answer

More Linux Commands Interview Questions

How do I find the process id in linux?

1 Answers  


How do I run bash on windows?

1 Answers  


What is tty in linux command?

1 Answers  


what r the different command to check ram,process and hdd of linux machine

4 Answers  


Explain the free command.

1 Answers  


what command would you use to find the hostname of the server if yo ony have the ip address?

10 Answers  


Who linux commands?

1 Answers  


What is the purpose of the "top" command?

1 Answers  


how to create a new file command

17 Answers   Google,


Explain about sh?

1 Answers  


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?

4 Answers  


What is linux pwd (print working directory) command?

1 Answers  


Categories