翻訳と辞書
Words near each other
・ Richa Ahuja
・ Richa Anirudh
・ Richa Bhadra
・ Richa Chadda
・ Richa Gangopadhyay
・ Richa Maheshwari
・ Richa Michelbeke
・ Richa Mukherjee
・ Richa Pallod
・ Richa Panai
・ Richa Sharma
・ Richa Sharma (actress)
・ Richa Sharma (singer)
・ Richa Soni
・ Richacha Balengola
Richacls
・ Richairo Živković
・ Richal Leitoe
・ Richalmus
・ Richan
・ Richan railway station
・ Richar Abril
・ Richar, Duke of Lower Lorraine
・ Richard
・ Richard & Adam
・ Richard & Alice
・ Richard & Judy
・ Richard "Dicky" J. Bolles
・ Richard "Dicky" Suett
・ Richard "Dimples" Fields


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Richacls : ウィキペディア英語版
Richacls

Richacls is a Linux implementation of the NFSv4 ACLs which has been extended by file masks to more easily fit the standard POSIX file permission model.
Nowadays, they offer the most complex permission model for ext4 file system in Linux operating system. They are even more complex than POSIX ACLs, which means it is not possible to convert back from Richacls to POSIX ACLs without losing information. One of the most important advantages is that they distinguish between write and append permission, between delete and delete child permissions, and make ACL management access discretionary (as opposed to only being only root and the file owner). They are also designed to support Windows interoperability.
Richacls use ext4 extended file attributes (xattrs) to store ACLs. Entries in ACL are called ACE (Access Control List Entry).
== Support in the Linux kernel ==
There is still no support for Richacls in recent version of official Linux kernel (vanilla sources). Thus in order to get richacl work it is necessary to do one of the following:
* apply an additional kernel patch and compile own kernel. The patch is available at (project homepage );
* use some Linux distribution which has included this patch. For example OpenSUSE version 11.3 through 12.3.〔(Richacls removed in OpenSUSE 13.1 citing that they were not functioning. )〕
To verify whether your system has compatibility for Richacls, in most cases you can simply type the following command to system console:

$ grep RICHACL /boot/config-`uname -r`

The output should be such:

CONFIG_EXT4_FS_RICHACL=y
CONFIG_FS_RICHACL=y


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Richacls」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.