>>> nohup konqueror >/dev/null 2>&1 & >>> не? >>> >> >> переназначения потоков не нужны, nohup это сам делает
Доверчивые люди - мишень мошенников, Доверяй, но проверяй. If standard output is a terminal, the command's standard output is appended to the file `nohup.out'; if that cannot be written to, it is appended to the file `$HOME/nohup.out'; and if that cannot be written to, the command is not run. Any `nohup.out' or `$HOME/nohup.out' file created by `nohup' is made readable and writable only to the user, regardless of the current umask settings. If standard error is a terminal, it is redirected to the same file descriptor as the (possibly-redirected) standard output. Крайне редно пользуюсь nohup, но если вдруг _мне_ никогда не хочется перенаправления в какой левый файл. Всегда хочется в /dev/null. Так что перенаправление нужно - туда куда хочется, и appended тоже по желанию. -- Best regards, Aleksey Cheusov. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

