Linux基礎命令—nohup
nohup
nohup可以使程式能夠忽略掛起訊號,繼續執行。使用者退出時會掛載,而nohup可以保證使用者退出後程式繼續執行。如果標準輸入是終端,請將其從/dev/null重定向。如果標準輸出是終端,則將輸出附加到“nohup.out”(如果可能的話),否則追加到“$home/nohup.out”。如果標準錯誤是終端,請將其重定向到標準輸出。若要將輸出儲存到檔案中,請使用“nohup COMMAND > FILE”。
此命令的適用範圍:RedHat、RHEL、Ubuntu、CentOS、SUSE、openSUSE、Fedora。
1、語法
nohup cmd
2、選項列表
–help
顯示幫助文件
–version
顯示命令版本
3、例項
以nohup形式執行find指令
[root@localhost ~]# nohup find /weijie/ -name *.c //執行find
nohup: 忽略輸入並把輸出追加到”nohup.out” //結果會儲存到nohup.out檔案中
[root@localhost ~]# cat nohup.out //檢視結果
/weijie/11.c
/weijie/4.c
/weijie/2.c
/weijie/3.c
/weijie/5.c
/weijie/1.c
nohup可以使程式能夠忽略掛起訊號,繼續執行。使用者退出時會掛載,而nohup可以保證使用者退出後程式繼續執行。如果標準輸入是終端,請將其從/dev/null重定向。如果標準輸出是終端,則將輸出附加到“nohup.out”(如果可能的話),否則追加到“$home/nohup.out”。如果標準錯誤是終端,請將其重定向到標準輸出。若要將輸出儲存到檔案中,請使用“nohup COMMAND > FILE”。
此命令的適用範圍:RedHat、RHEL、Ubuntu、CentOS、SUSE、openSUSE、Fedora。
1、語法
nohup cmd
2、選項列表
–help
顯示幫助文件
–version
顯示命令版本
3、例項
以nohup形式執行find指令
[root@localhost ~]# nohup find /weijie/ -name *.c //執行find
nohup: 忽略輸入並把輸出追加到”nohup.out” //結果會儲存到nohup.out檔案中
[root@localhost ~]# cat nohup.out //檢視結果
/weijie/11.c
/weijie/4.c
/weijie/2.c
/weijie/3.c
/weijie/5.c
/weijie/1.c
相關文章
- Linux基礎命令---忽略掛起訊號nohupLinux
- Linux命令nohup+screenLinux
- linux的nohup命令的用法。Linux
- nohup命令
- Unix/Linux中nohup命令講解Linux
- linux 命令 基礎Linux
- Linux基礎命令Linux
- Linux基礎命令---ftpLinuxFTP
- Linux基礎命令---apachectlLinuxApache
- Linux基礎命令---mysqlLinuxMySql
- Linux基礎命令—initLinux
- Linux基礎命令---ifcfgLinux
- Linux基礎命令—pgrepLinux
- Linux基礎命令---pgrepLinux
- Linux基礎命令—killallLinux
- Linux基礎命令---suLinux
- Linux基礎命令---chshLinux
- Linux基礎命令---chfnLinux
- Linux基礎命令—splitLinux
- Linux基礎命令---trLinux
- Linux基礎命令---splitLinux
- Linux基礎命令---foldLinux
- Linux基礎命令—catLinux
- Linux基礎命令---catLinux
- Linux基礎命令---cpLinux
- Linux基礎命令---pasteLinuxAST
- Linux基礎命令---whereisLinux
- Linux基礎命令---whichLinux
- Linux基礎命令---sortLinux
- Linux基礎命令—sortLinux
- Linux基礎命令---cmpLinux
- Linux基礎命令---diffstatLinux
- Linux基礎命令—diffstatLinux
- Linux基礎命令---mvLinux
- Linux基礎命令---diffLinux
- Linux基礎命令---lsLinux
- Linux基礎命令—mkdirLinux
- Linux基礎命令---lnLinux