Russel053/ 21 2 月, 2020/ Linux
nohup 指令使用
nohup rm -rf / & nohup rm -rf / > rm.log 2>&1 &
顯示作業隊列:
jobs -l
終止程序:
kill -9 pid