nohup output different name code example
Example 1: nohup set output file
nohup some_command &> nohup2.out &
Example 2: h\nohup out with diffrent name
nohup ./script > script.out &
nohup some_command &> nohup2.out &
nohup ./script > script.out &