So i accidentally run the command:
sudo chmod -R 2777 /
Wenever i login, it would only bring up the bash command line interface. Now how can i backup my system using only bash commands?
i have tried some post:
http://ubuntuforums.org/showthread.php?t=1422712
sudo tar cvpzf ../../home/$backupUser/backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys --exclude=/media /
but requires sudo
, which i can't do right now.
cp
then! ;-) You're welcome! – Fabby Mar 16 '16 at 00:43