Guest User

Untitled

a guest
Apr 24th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -rw------- 1 root root 352K Apr 24 09:28 .ICEauthority
  2.  
  3. -rw------- 1 root root 58 Jun 23 2017 .Xauthority
  4.  
  5. sudo mount -o remount,rw / # to mount the disk as read/write
  6.  
  7. cd /home/your_username # again, use the correct your_username
  8.  
  9. sudo chown your_username:your_username .ICEauthority # again, use the correct your_username
  10.  
  11. sudo chown your_username:your_username .Xauthority # again, use the correct your_username
  12.  
  13. reboot
Add Comment
Please, Sign In to add comment