后臺運行某個命令
后臺運行某個命令或SHELL,如
find / -type f -name "crontab" 2> temp | xagrs ll &
若-type d 則會列出crontab文件夾內的文件
若要在服務器上一直運行某個命令或SHELL,則形式為 nohup a.sh &
原文轉自:http://www.kjueaiud.com