nohup [ -C ccsid ] utility [ argument ... ]
Description
The nohup utility runs the specified utility with the specified arguments. When utility is invoked the SIGHUP signal is set to be ignored. You can use nohup to allow utility to run even after ending the Qshell session.
If standard output is a terminal, all output written by utility to its standard output is appended to the file nohup.out in the current directory. If the file cannot be created or opened for appending, all output is appended to the file $HOME/nohup.out. If neither file can be created or opened, utility is not run. The default permission for the nohup.out file allows only the owner to read and write the file.
If standard error is a terminal, all output written by utility to its standard error is redirected to the same descriptor as standard output.
Options
Operands
The utility is the name of a regular utility in the current environment.
Environment Variablesnohup is affected by the following environment variables:
Exit Status
Related information