后台运行某个命令

后台运行某个命令或SHELL,如

find / -type f -name "crontab" 2> temp | xagrs ll &

若-type d 则会列出crontab文档夹内的文档

若要在服务器上一直运行某个命令或SHELL,则形式为 nohup a.sh &