Linux CLI - Process Management
Which command correctly runs
backup.sh in the background, ensuring it continues after logout using nohup?backup.sh in the background, ensuring it continues after logout using nohup?nohup before the command to ignore hangup signals.& runs the process in the background.nohup ./backup.sh & runs the script persistently in background.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions