-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsqsh-xattr.1.in
More file actions
66 lines (51 loc) · 1.56 KB
/
Copy pathsqsh-xattr.1.in
File metadata and controls
66 lines (51 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.TH sqsh-xattr 1 "March 17, 2023" "Version @VERSION@" "User Commands"
.SH NAME
sqsh-xattr \- list extended attributes of files in a squashfs archive.
.SH SYNOPSIS
.B sqsh-xattr
[\fB-o\fR \fIOFFSET\fR]
[\fB-v\fR]
\fIFILESYSTEM\fR \fIPATH...\fR
.SH DESCRIPTION
.B sqsh-xattr
is a tool to list extended attributes of files in a squashfs archive.
The command operates in read-only mode.
.SH OPTIONS
.TP
.BR \-v ", " \-\-version
Print the version of \fBsqsh-xattr\fR and exit.
.SH ARGUMENTS
.TP
.BR \-o " " \fIOFFSET\fR ", " \-\-offset " " \fIOFFSET\fR
skip OFFSET bytes at start of FILESYSTEM.
.TP
.BR FILESYSTEM
The path to the squashfs archive to list extended attributes from.
.TP
.BR PATH
The path(s) of the file(s) to list extended attributes from. Multiple
paths can be specified.
.SH EXIT STATUS
The \fBsqsh-xattr\fR command exits with 0 on success, and non-zero on
failure.
.SH EXAMPLES
To list extended attributes of a file at
/path/to/filesystem.sqsh:/path/to/file:
.BR sqsh-xattr " " /path/to/filesystem.sqsh /path/to/file
To list extended attributes of multiple files at once:
.BR sqsh-xattr " " /path/to/filesystem.sqsh /path/to/file1 /path/to/file2
To print the version of \fBsqsh-xattr\fR:
.BR sqsh-xattr " " -v
.SH SEE ALSO
.BR sqsh-cat (1),
.BR sqsh-ls (1),
.BR sqsh-mount (1),
.BR sqsh-stat (1),
.BR sqsh-unpack (1),
.BR squashfs (5)
.SH AUTHOR
Written by Enno Boland.
.SH COPYRIGHT
Copyright (C) 2023 Enno Boland. This is free software; see the source
for copying conditions. There is NO warranty; not even for
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.