Advertisement
Guest User

Untitled

a guest
Mar 10th, 2014
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. vi /etc/rc.d/perms
  2. chmod -R 1777 /temp
  3. chmod +x /etc/rc.d/perms
  4.  
  5. cd home
  6. sudo chown -R user:user /home/user/ICEauthority
  7. sudo chmod 644 /home/user/.iceauthority
  8. sudo mkdir /var/temp
  9. sudo chmod 777 /var/tmp
  10. sudo chmod o+t /var/tmp
  11.  
  12. rm .iceauthority (didn't work)
  13.  
  14. sudo apt-get install gnome-session (nothing changed)
  15. sudo apt-get -reinstall gnome-session (didn't work)
  16.  
  17. ls -l /home
  18. sudo chown user:user /home/x/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement