04-17-2009, 03:30 PM
First you'll need to authenticate as root:
# sudo -s
Then use 'cp -r'. -r is the recursive flag. If you so desired you can just condense it all into:
# sudo cp -r /home/folder /usr/
Don't have a trailing slash on 'folder'.
If you have any other questions feel free to ask.
# sudo -s
Then use 'cp -r'. -r is the recursive flag. If you so desired you can just condense it all into:
# sudo cp -r /home/folder /usr/
Don't have a trailing slash on 'folder'.
If you have any other questions feel free to ask.