Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: vyp08 on April 13, 2009, 01:12:57 AM
-
$ cat .xsession|grep Xvesa
Xvesa -br -mouse /dev/psaux,5 -screen 1024x768x32 -shadow -nolisten tcp -I 2>&1 > /dev/null &
1. stderr redirect to console.
2. stdout redirect to /dev/null.
May be ">/dev/null 2>&1" ? Or all right?