Difference between revisions of "Xattr"
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{lowercase}} | {{lowercase}} | ||
[[wikipedia:xattr]] | [[wikipedia:xattr]] | ||
* <code>[[xattr --help]]</code> | * <code>[[xattr --help]]</code> | ||
+ | * <code>xattr -c your_file</code> # Clear/delete all xattrs | ||
+ | * <code>xattr -l four_file</code> # Prints/list xattrs | ||
+ | * <code>xattr -d -r [[com.apple]].quarantine <archive-or-directory></code> | ||
− | |||
− | |||
− | |||
− | |||
== Related terms == | == Related terms == | ||
* [[NFS]] support for extended attributes in [[Linux Kernel changelog]] 5.9 (October 2020) | * [[NFS]] support for extended attributes in [[Linux Kernel changelog]] 5.9 (October 2020) | ||
+ | * <code>[[chmod]]</code> | ||
+ | * <code>[[chattr]]</code> | ||
+ | * [[attr]] | ||
+ | * [[date -r]] | ||
== See also == | == See also == | ||
* {{ls}} | * {{ls}} | ||
− | + | * {{ACL}} | |
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 11:40, 30 January 2023
xattr --help
xattr -c your_file
# Clear/delete all xattrsxattr -l four_file
# Prints/list xattrsxattr -d -r com.apple.quarantine <archive-or-directory>
Related terms[edit]
- NFS support for extended attributes in Linux Kernel changelog 5.9 (October 2020)
chmod
chattr
- attr
- date -r
See also[edit]
Advertising: