Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux question (for Dell Mini) - moving folders commands
#4
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.
Reply


Messages In This Thread
Re: Linux question (for Dell Mini) - moving folders commands - by microchip - 04-17-2009, 03:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)