Red Hat Linux 9 Professional Secrets [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Red Hat Linux 9 Professional Secrets [Electronic resources] - نسخه متنی

Naba Barkakati

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








chattr



Purpose


Change file attributes in Linux ext2 and ext3 file systems.


Syntax


chattr [ -RV ] [ -v

version

] [

mode

]

files...


Options


-V verbosely displays permission changes.

-v

version sets the version number of the file to

version .


Description


The attribute is defined by the

mode argument and mode is of the form

+-=[ASacdisu] , where the

+ causes the specified attributes to be added to the existing attributes of the files,

- causes them to be removed from the existing attributes, and

= causes the file attributes to be set to only the specified attributes. The letters

ASacdisu specify the attributes for the files:

A means do not update

atime (

atime is the time when file was accessed),

S means synchronous updates, a means append only,

c means compressed,

i means immutable (file cannot be changed),

d means no dump,

s means secure deletion (file contents are completely wiped out when it is deleted), and

u means undeletable (file cannot be removed).


/ 341