On Tue, Aug 14, 2001 at 10:25:20AM -0700, William Kendrick wrote:
> On Mon, Aug 13, 2001 at 08:06:03PM +0800, andy huang wrote:
> > i use redhat 7.0 , i did try startx, it didn't work
> 
> Ok, that helps.  :)  Now, what was the error that you got when you
> ran 'startx'?  (You can capture it to a text file by running:
> 
>   startx 2&1> startx-output.txt


Excuse me, that should be more like:

    startx > startx-output.txt 2>&1

(See "man bash", under "Redirecting Standard Output and Standard Error")

-bill!

Reply via email to