|
Secure Shell
Thanks and Suggestions Feb 28 2009 04:03AM Chris Mirchandani (novashadow msn com) (2 replies) Re: Thanks and Suggestions Feb 28 2009 11:28AM Robert Hajime Lanning (robert lanning gmail com) (2 replies) |
|
Privacy Statement |
> 2) If I enable logging for my remote ssh command, which is an ssh command, will < /dev/null> /dev/null 2>&1 change logging in any way?
If you'd like to log the output to a file instead of throwing it away,
then use this instead:
yourcommand </dev/null >yourlogfile 2>&1 &
[ reply ]