だから私は2つのグループfruits
とvegetables
。mango
グループに属するユーザーですfruits
。insecticide
のホームディレクトリにというフォルダがありますmango
。グループにフォルダへvegetables
の読み取り専用アクセス権を付与したいと思いますinsecticide
。
ユーザーとしてログインしてmango
コマンドを実行してみました。
$ chown mango.vegetable insecticide
chown: changing ownership of 'insecticide': Operation not permitted
編集する: ls -l 出力:
mango@node1:~$ ls -l
total 8
drwxr-xr-x 2 mango fruit 4096 May 31 13:48 pests
-rw-r--r-- 1 mango fruit 0 May 31 13:47 xyz.txt
drwxr-xr-x 2 mango fruit 4096 May 31 16:00 insecticide
答え1
一般ユーザーであるMangoは、自分が所有しているオブジェクトに対して自分が属していないグループにグループを設定することはできません。
したがって、所有権を変更するには、野菜グループに追加するか、ルートにする必要があります。