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:
-
May 11, 2010, 11:56:13 PM (15 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v18
|
v19
|
|
95 | 95 | }}} |
96 | 96 | |
| 97 | * Linux ACL 權限控管 |
| 98 | * [參考] [http://www.linux-mag.com/id/7777From the ACLU: Know Your Rights] |
| 99 | * 指令:getfacl - get file access control lists |
| 100 | {{{ |
| 101 | ~$ getfacl .bashrc |
| 102 | # file: .bashrc |
| 103 | # owner: jazz |
| 104 | # group: jazz |
| 105 | user::rw- |
| 106 | group::r-- |
| 107 | other::r-- |
| 108 | }}} |
| 109 | |
97 | 110 | == Perl + SQLite3 == |
98 | 111 | |