Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

[Solved] Using nohup

$
0
0
Hi,
on AIX 6.1

Will this work :
Code:


mycommande &

Or it should be :

Code:


nohup mycommande &

It seems that

nohup mycommande &

is faster than :
Code:


mycommande

Thanks.

Viewing all articles
Browse latest Browse all 16232

Trending Articles