UNIX命令-后台运行命令

发表于:2007-07-04来源:作者:点击数: 标签:

后台运行某个命令

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

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

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

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

原文转自:http://www.ltesting.net