|
22.
|
|
|
When decompressing, the B<.xz>, B<.lzma>, or B<.lz> suffix is removed from the filename to get the target filename. B<xz> also recognizes the suffixes B<.txz> and B<.tlz>, and replaces them with the B<.tar> suffix.
|
|
|
type: Plain text
|
|
|
|
When decompressing, the B<.xz>, B<.lzma>, or B<.lz> suffix is removed from the filename to get the target filename. B<xz> also recognizes the suffixes B<.txz> and B<.tlz>, and replaces them with the B<.tar> suffix.
|
|
Translated and reviewed by
Andi Chandler
|
|
|
|
Located in
../src/xz/xz.1:123
|
|
23.
|
|
|
If the target file already exists, an error is displayed and the I<file> is skipped.
|
|
|
type: Plain text
|
|
|
|
If the target file already exists, an error is displayed and the I<file> is skipped.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../src/xz/xz.1:127
|
|
24.
|
|
|
Unless writing to standard output, B<xz> will display a warning and skip the I<file> if any of the following applies:
|
|
|
type: Plain text
|
|
|
|
Unless writing to standard output, B<xz> will display a warning and skip the I<file> if any of the following applies:
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../src/xz/xz.1:133
|
|
25.
|
|
|
I<File> is not a regular file. Symbolic links are not followed, and thus they are not considered to be regular files.
|
|
|
type: Plain text
|
|
|
|
I<File> is not a regular file. Symbolic links are not followed, and thus they are not considered to be regular files.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../src/xz/xz.1:138
|
|
26.
|
|
|
I<File> has more than one hard link.
|
|
|
type: Plain text
|
|
|
|
I<File> has more than one hard link.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../src/xz/xz.1:141
|
|
27.
|
|
|
I<File> has setuid, setgid, or sticky bit set.
|
|
|
type: Plain text
|
|
|
|
I<File> has setuid, setgid, or sticky bit set.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../src/xz/xz.1:144
|
|
28.
|
|
|
The operation mode is set to compress and the I<file> already has a suffix of the target file format (B<.xz> or B<.txz> when compressing to the B<.xz> format, and B<.lzma> or B<.tlz> when compressing to the B<.lzma> format).
|
|
|
type: Plain text
|
|
|
|
The operation mode is set to compress and the I<file> already has a suffix of the target file format (B<.xz> or B<.txz> when compressing to the B<.xz> format, and B<.lzma> or B<.tlz> when compressing to the B<.lzma> format).
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../src/xz/xz.1:160
|
|
29.
|
|
|
The operation mode is set to decompress and the I<file> doesn't have a suffix of any of the supported file formats (B<.xz>, B<.txz>, B<.lzma>, B<.tlz>, or B<.lz>).
|
|
|
type: Plain text
|
|
|
|
The operation mode is set to decompress and the I<file> doesn't have a suffix of any of the supported file formats (B<.xz>, B<.txz>, B<.lzma>, B<.tlz>, or B<.lz>).
|
|
Translated and reviewed by
Andi Chandler
|
|
|
|
Located in
../src/xz/xz.1:170
|
|
30.
|
|
|
After successfully compressing or decompressing the I<file>, B<xz> copies the owner, group, permissions, access time, and modification time from the source I<file> to the target file. If copying the group fails, the permissions are modified so that the target file doesn't become accessible to users who didn't have permission to access the source I<file>. B<xz> doesn't support copying other metadata like access control lists or extended attributes yet.
|
|
|
type: Plain text
|
|
|
|
After successfully compressing or decompressing the I<file>, B<xz> copies the owner, group, permissions, access time, and modification time from the source I<file> to the target file. If copying the group fails, the permissions are modified so that the target file doesn't become accessible to users who didn't have permission to access the source I<file>. B<xz> doesn't support copying other metadata like access control lists or extended attributes yet.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
../src/xz/xz.1:185
|
|
31.
|
|
|
Once the target file has been successfully closed, the source I<file> is removed unless B<--keep> was specified. The source I<file> is never removed if the output is written to standard output or if an error occurs.
|
|
|
type: Plain text
|
|
|
|
Once the target file has been successfully closed, the source I<file> is removed unless B<--keep> was specified. The source I<file> is never removed if the output is written to standard output or if an error occurs.
|
|
Translated and reviewed by
Andi Chandler
|
|
|
|
Located in
../src/xz/xz.1:195
|