]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - attrib/exfatattrib.8
Update debian/copyright. Drop year from my own copyright line.
[sven/fuse-exfat.git] / attrib / exfatattrib.8
1 .\" Copyright (C) 2020-2023 Endless OS Foundation
2 .\"
3 .TH EXFATATTRIB 8 "November 2020"
4 .SH NAME
5 .B exfatattrib
6 \- Set or display exFAT file attributes
7 .SH SYNOPSIS
8 .B exfatattrib
9 [
10 .B \-r
11 |
12 .B \-R
13 |
14 .B \-i
15 |
16 .B \-I
17 |
18 .B \-s
19 |
20 .B \-S
21 |
22 .B \-a
23 |
24 .B \-A
25 ]
26 .B \-d
27 .I device
28 .I file
29 .SH DESCRIPTION
30 .B exfatattrib
31 sets or displays attributes of a file on an exFAT file system.
32
33 .I device
34 is the path to an unmounted disk partition or disk image file containing an
35 exFAT file system.
36
37 .I file
38 is the path of a file within that file system.
39
40 If run with no command line options, the current attributes of
41 .I file
42 are displayed; otherwise, the specified attributes are set or cleared. It is an
43 error to set and clear the same flag.
44
45 .SH COMMAND LINE OPTIONS
46 Command line options available:
47
48 .TP
49 .BI \-d " device"
50 The path to an unmounted disk partition or disk image file containing an exFAT
51 file system. This option is required.
52 .TP
53 .BI -r
54 Set read\-only flag
55 .TP
56 .BI \-R
57 Clear read\-only flag
58 .TP
59 .BI \-i
60 Set hidden flag (mnemonic: \fBi\fRnvisible)
61 .TP
62 .BI \-I
63 Clear hidden flag
64 .TP
65 .BI \-s
66 Set system flag
67 .TP
68 .BI \-S
69 Clear system flag
70 .TP
71 .BI \-a
72 Set archive flag
73 .TP
74 .BI \-A
75 Clear archive flag
76 .TP
77 .BI \-h
78 Display this help message
79 .TP
80 .BI \-V
81 Print version and copyright.
82
83 .SH EXIT CODES
84 Zero is returned if errors were not found. Any other code means an error.
85
86 .SH AUTHOR
87 Will Thompson
88
89 .SH SEE ALSO
90 .BR chmod(1)