单选题The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()A
./script.kshB
nohup ./script.kshC
run -b ./script.kshD
./script.ksh >
题目
单选题
The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()
D
./script.ksh > nohup.out
相似考题