On Sat, 20 Oct 2001, Puneet Gupta wrote: > I have by mistake deleted /tmp directory. Now I maintain /tmp as a > symlink to /misc/tmp in another partition. Whenever I try to start X, > I get an error 'Can't read lock file /tmp/.X0-lock'. What should I do?
recreate your /tmp directory. [root@local /]# rm tmp [root@local /]# mkdir tmp [root@local /]# chmod 1777 tmp -dave _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
