From: Nathan Scott Date: Sat, 18 Sep 2004 14:35:54 +0000 (+0000) Subject: Update man pages for xfs_io lsattr changes and inode flags. X-Git-Tag: v2.7.0~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3392325d289264e52f34326216060b89c2c40430;p=thirdparty%2Fxfsprogs-dev.git Update man pages for xfs_io lsattr changes and inode flags. Merge of xfs-cmds-melb:slinx:19502a by kenmcd. --- diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3 index 03be10d55..154529b28 100644 --- a/man/man3/xfsctl.3 +++ b/man/man3/xfsctl.3 @@ -198,6 +198,15 @@ Realtime inheritance bit - new files created in the directory will be automatically realtime, and new directories created in the directory will inherit the inheritance bit. .TP +.SM "Bit 9 (0x200) \- XFS_XFLAG_PROJINHERIT" +Project inheritance bit - new files and directories created in +the directory will inherit the parents project ID. New +directories also inherit the project inheritance bit. +.TP +.SM "Bit 10 (0x400) \- XFS_XFLAG_NOSYMLINKS" +Can only be set on a directory and disallows creation of +symbolic links in that directory. +.TP .SM "Bit 31 (0x80000000) \- XFS_XFLAG_HASATTR" The file has extended attributes associated with it. .RE diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8 index d3ba78012..c7a95a639 100644 --- a/man/man8/xfs_io.8 +++ b/man/man8/xfs_io.8 @@ -262,11 +262,19 @@ Exit \f2xfs_io\f1. \f3q\f1 See the \f3quit\f1 command. .TP -\f3lsattr\f1 +\f3lsattr\f1 [ \f2\-R\f1 | \f2\-D\f1 | \f2\-a\f1 | \f2\-v\f1 ] List extended inode flags on the currently open file. +If the \f2-R\f1 option is specified, a recursive descent is performed +for all directory entries below the currently open file (\f2-D\f1 can +be used to restrict the output to directories only). +This is a depth first descent, it does not follow symlinks and +it also does not cross mount points. .TP -\f3chattr\f1 [ \f2+/\-riasAd\f1 ] +\f3chattr\f1 [ \f2\-R\f1 | \f2\-D\f1 ] [ \f2+/\-riasAdtPn\f1 ] Change extended inode flags on the currently open file. +The \f2-R\f1 and \f2-D\f1 options have the same meaning as above. +The mapping between each letter and the inode flags (refer to +\f2xfsctl\f1(3) for the full list) is available via the \f3help\f1 command. .TP \f3freeze\f1 Suspend all write I/O requests to the filesystem of the current file.