- Back to Home »
- Command to copy/clone user profile to root.
Posted by : test
Selasa, 28 Oktober 2014
Code: [Select]
sudo cp -r /home/user/* /root
sudo cp -r /home/user/.[^.]* /root
This will copy over all of your profile settings such as user skins, Windows themes, icons…etc Great for OS’s like Voyager & Backbox to make the root account visually the same as the un privileged user.