On Fri, 13 Oct 2006, Aleks Salinas wrote:

-> I have FC4 and for an error, i deleted all files from /tmp. Since that
-> moment i can't join in X Windows. I only can use startx with admin log. I
-> know that there're files from every user about X Windows in /tmp, and I lost
-> it. I need regenerate this files but don't know how...

login root (or su root, whichever) and ...

rm -rf /tmp  (make sure there's nothing you want to keep there)
mkdir /tmp
chmod 1777 /tmp
mkdir /tmp/.X11-unix
chmod 1777 /tmp/.X11-unix
mkdir /tmp/.ICE-unix
chmod 755 /tmp/.ICE-unix
chown -R root.root /tmp

_______________________________________________
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to