Just use sudo. People often overuse it, but this is one of those cases it was meant for. If you want to do it the neat way, you can use rsync to copy. Best if your usb drive has a Linux filesystem, as that will keep file permissions:
Code:
sudo rsync -aXS /media/path-to-internal-drive/home/username /media/path-to-usb-drive
If you have no Linux filesystem on the usb drive and want to keep permissions anyway, you can pack your files in an archive.
A power failure during an upgrade can leave the package currently being upgraded in an inconsistent state, damaging the software in that package. If the package is critical for booting, the computer may become unbootable. There are actually some safeguards to make it less likely the computer becomes unbootable.
Bookmarks