Bug #3614
The 'offline' and 'sparse' extended system attributes should be documented in man pages
Start date:
2013-03-06
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The 'offline' and 'sparse' extended system attributes should be documented in the ls(1) man page:
# /usr/bin/ls -/c a -rw-r--r-- 1 root root 0 mar 3 04:30 a {----------Os} # /usr/bin/ls -/v a -rw-r--r-- 1 root root 0 mar 3 04:30 a {noarchive,nohidden,noreadonly,nosystem,noappendonly,nonodump,noimmutable,noav_modified,noav_quarantined,nonounlink,offline,sparse} #
User Commands LS(1) The display characters used in compact mode (-/ c) are as follows: Attribute Name Display archive A hidden H readonly R system S appendonly a nodump d immutable i av_modified m av_quarantined q nounlink u The display in verbose mode (/ v) uses full attribute names when it is set and the name prefixed by 'no' when it is not set.
Related issues
Updated by Marcel Telka almost 8 years ago
Both 'offline' and 'sparse' should be added to the chmod(1) man page too.
Updated by Marcel Telka over 6 years ago
- Subject changed from ls(1): 'offline' and 'sparse' extended system attributes should be documented to The 'offline' and 'sparse' extended system attributes should be documented in man pages
Updated by Marcel Telka over 6 years ago
- Status changed from New to In Progress
- Assignee set to Marcel Telka
Updated by Electric Monk over 6 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 2f183016d19cb0c342edba0c4f2c9058f07298a9
commit 2f183016d19cb0c342edba0c4f2c9058f07298a9 Author: Marcel Telka <marcel.telka@nexenta.com> Date: 2014-11-24T21:42:33.000Z 3614 The 'offline' and 'sparse' extended system attributes should be documented in man pages Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
Updated by Marcel Telka about 1 year ago
- Related to Bug #4359: ls(1) describes -c | -v rather than -/ c | v added