close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 10, 2009, 11:50:10 AM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
1 | 1 | = Linux技巧:使用screen管理console命令 = |
2 | 2 | |
| 3 | |
| 4 | |
3 | 5 | == 筆記 == |
4 | | |
5 | | C-a : Ctrl+ a |
| 6 | |
| 7 | 定義: |
| 8 | C-a :=> Ctrl+ a |
| 9 | |
| 10 | === 範例演練 === |
| 11 | |
| 12 | {{{ |
| 13 | $ screen vi /tmp/abc |
| 14 | $ C-a d |
| 15 | $ screen -ls |
| 16 | $ screen -r 16582 |
| 17 | }}} |
| 18 | |
| 19 | === 進入screen 後的控制命令 === |
| 20 | |
6 | 21 | |
7 | 22 | || C-a ? || 顯示所有鍵綁定信息 || |