faqts : Computers : Operating Systems : UNIX

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 13 people (92%) answered Yes
Recently 10 of 10 people (100%) answered Yes

Entry

How do I change the name of the nohup.out file?

Jun 22nd, 2006 17:17
K Nguyen, Simon Ryan,


Nohup is famous for its sparse --help and manpage documentation 
regardless
of unix flavor:

Just redirect the output of nohup (yes nohup, not your program)

eg*:   nohup ls -l > test.out

The output of ls -l now goes to test.out


*Or just simply: nohup > test.out