Linux進階的背景執行 - LinuxSkylar DavisLinda · 2008-09-15Table of ContentsPostCommentsRelated Posts 從 Winodws telent 到一台 Linux 的 PC, 然後背景執行一些動作 例如複製很大的檔案: cp ... & 雖然 cp 在背景執行, 但是馬上把 Windows 的 telnet 視窗關掉 , 背景執行 cp 也隨之結束 請問大家, 如何做到就算把 Windows 的 telnet 視窗關掉, 背景執行 cp 仍然繼續? 下次 telnet 登入,如何知道 cp 程式是否還在運行? 如果要馬上中斷 cp 程式,如何停止? -- LinuxAll CommentsJessica2008-09-16screen 呀 XDEmma2008-09-19cp XXXX xxx &Vanessa2008-09-22如果可以不理它的話就用 nohup,不然就要用 screenJessica2008-09-24比較建議用screenMia2008-09-253樓正解Irma2008-09-30i use 'at' command. but it need 'atd'.use 'kill' to terminal process.Related Posts我的Ubuntu筆記最近在學linux,想請益些許問題ubuntu 今天玩了一天的問題加心得!!請問ifconfig 或iwconfig 的source code 要去那找?新手使用及觀念上問題
All Comments