Linux screen模式下執行檔案

2021-07-24 19:31:24 字數 643 閱讀 7122

linux screen下執行檔案

screen下執行檔案: screen → 執行 php ***.php > ***.log

退出執行介面: ctrl+a → d

實時檢視日誌檔案內容:tail -f ***.log

列出所有screen程序: screen -ls

檢視單個程序: screen -r +程序id

關閉當前程序: exit 

殺死乙個已經detached的screen會話

[root@localhost ~]# screen -ls

there are screens on:

9975.pts-0.localhost (detached)

4588.pts-3.localhost (detached)

2 sockets in /var/run/screen/s-root.

[root@localhost ~]# screen -x -s 4588 quit

[root@localhost ~]# screen -ls

there is a screen on:

9975.pts-0.localhost (detached)

1 socket in /var/run/screen/s-root.

linux下php以fastcgi模式執行

編譯和安裝apache,本文的目的只是演示php以fastcgi方式執行,為了方便,只選必須的引數編譯 編譯並安裝mod fcgid root localhost cd mod fcgid 2.3.6 root localhost apxs usr local apache2 bin apxs co...

linux下php以fastcgi模式執行

編譯和安裝apache,本文的目的只是演示php以fastcgi方式執行,為了方便,只選必須的引數編譯 編譯並安裝mod fcgid root localhost cd mod fcgid 2.3.6 root localhost apxs usr local apache2 bin apxs co...

linux下php以fastcgi模式執行

編譯和安裝apache,本文的目的只是演示php以fastcgi方式執行,為了方便,只選必須的引數編譯 編譯並安裝mod fcgid root localhost cd mod fcgid 2.3.6 root localhost apxs usr local apache2 bin apxs co...