リンク: [ホーム] [自己紹介] [リンク集] [アルバム] [ソフトウェア] [発表文献] [その他]

まさおのChangeLogメモ / 2005-06-29

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2005-06-29 Wed

* acl

acl(2), setfacl(1) 見ながら適当に設定したので、一応メモしとく。

% setfacl -m user:haruko:rw- 000.php
% getfacl 000.php

# file: 000.php
# owner: masao
# group: staff
user::rw-
user:haruko:rw- #effective:r--
group::r-- #effective:r--
mask:r--
other:r--