Josh Schlicker wrote: > >Find the startup script where xfs is run and put an ampersand after the > >xfs command: > > >xfs & > > Good idea, > > Do you have any ideas where said startup script might be hiding? > it's most like in one of the startup scripts in /etc/rc.d. If there is a "/etc/rc.d/init.d/xfs" script, put the ampersand in there. Try this command: $ grep -r xfs /etc/rc.d The "-r" should cause grep to recurse into the subdirectories. At least this works with GNU grep. Good luck! :) Peace.... Tom _______________________________________________ Newbie@XFree86.Org *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie