How to - nohup without nohup.out?

I have to start a process as background and I know how to start it with “nohup” but over the time “nohup.out” is getting bigger and actually I dont want because the log is giving me the same output as nohup.out.

If anyone knows it, please let me know

Regards,
Anant

On Mon, 19 Jul 2010 20:36:02 +0000, anantg wrote:

> If anyone knows it, please let me know

Redirect the output to /dev/null

That should take care of it.

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

Hey thank, it works :slight_smile: