本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
david.wurm
/
InternetServicesBook
镜像来自
https://github.com/trimstray/the-book-of-secret-knowledge
關注
1
收藏
0
複製
0
程式碼
版本發佈
0
活動
瀏覽代碼
add new one-liner to 'screen'
- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray
4 年之前
父節點
0a0c6c8153
當前提交
f5ea604aa7
共有
1 個檔案被更改
,包括
7 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
README.md
+ 7
- 1
README.md
查看文件
@@ -1970,7 +1970,13 @@ ___
###### Start screen in detached mode
```bash
screen -d -m [<command>]
screen -d -m <command>
```
###### Attach to an existing screen session
```bash
screen -r -d <pid>
```
___
Write
Preview
Loading…
取消
儲存