UNIX命令-后台运行命令
时间:2005-07-27 来源:vagdogsun
后台运行某个命令
后台运行某个命令或SHELL,如
find / -type f -name "crontab" 2> temp | xagrs ll &
若-type d 则会列出crontab文件夹内的文件
若要在服务器上一直运行某个命令或SHELL,则形式为 nohup a.sh &
相关阅读 更多 +
排行榜 更多 +
时间:2005-07-27 来源:vagdogsun
后台运行某个命令
后台运行某个命令或SHELL,如
find / -type f -name "crontab" 2> temp | xagrs ll &
若-type d 则会列出crontab文件夹内的文件
若要在服务器上一直运行某个命令或SHELL,则形式为 nohup a.sh &