close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 5, 2012, 11:25:26 AM (14 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = 刪除使用者所有程序 = |
| | 2 | * 命令: |
| | 3 | {{{ |
| | 4 | kill -9 `ps -u www-data -o "pid="` |
| | 5 | }}} |
| | 6 | * 參考: |
| | 7 | * http://www.codecharge.com.tw/phpBB3/viewtopic.php?f=16&t=1611 |
| | 8 | * http://www.hkcode.com/linux-bsd-notes/632 |