Advertisement
gaitapi

.Xauthority fail

Jun 17th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cd /home/machine
  2. mv .Xauthority .Xauthority.old
  3. touch .Xauthority
  4. chown machine:machine .Xauthority
  5.  
  6. In cases where chown produces an error, just provide execute and read write permissions, which should solve the problem.
  7.  
  8. chmod +x .Xauthority
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement