后台运行某个命令
后台运行某个命令或SHELL,如
find / -type f -name "crontab" 2> temp | xagrs ll &
若-type d 则会列出crontab文件夹内的文件
若要在服务器上一直运行某个命令或SHELL,则形式为 nohup a.sh &
temp | xagrs ll & 若-type d 则会列出crontab文件夹内的文件 若要在服务器上一直运行某个命令或SHELL,则形式为 nohup a.sh &" />