<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Extended Attributes - What does the &quot;@&quot; symbol mean in macOS file attributes - MacOS X Software				            </title>
            <link>https://www.tweaking4all.com/forum/macos-x-software/extended-attributes-what-does-the-symbol-mean-in-macos-file-attributes/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 01:07:05 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Extended Attributes - What does the &quot;@&quot; symbol mean in macOS file attributes</title>
                        <link>https://www.tweaking4all.com/forum/macos-x-software/extended-attributes-what-does-the-symbol-mean-in-macos-file-attributes/#post-3900</link>
                        <pubDate>Wed, 19 Jan 2022 12:41:09 +0000</pubDate>
                        <description><![CDATA[Short version: it indicates that there are extended attributes for this file, which are not displayed by default.
You can make them visible with
ls -@l
 
or
xattr &lt;filename&gt;
 
T...]]></description>
                        <content:encoded><![CDATA[<p>Short version: it indicates that there are extended attributes for this file, which are not displayed by default.</p>
<p>You can make them visible with</p>
<pre contenteditable="false">ls -@l</pre>
<p> </p>
<p>or</p>
<pre contenteditable="false">xattr &lt;filename&gt;</pre>
<p> </p>
<p>The extended attributes can have several purposes, but for example can hold meta data like that the file was downloaded from a certain website, or that certain access rights are allowed or denied ... etc.</p>
<p>I wouldn't recommend doing so, but you can actually clear/remove all the extended attributes:</p>
<pre contenteditable="false">xattr -c &lt;filename&gt;</pre>
<p> </p>
<p>Or remove just one of them:</p>
<pre contenteditable="false">xattr -d &lt;attribute&gt; &lt;filename&gt;</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/macos-x-software/extended-attributes-what-does-the-symbol-mean-in-macos-file-attributes/#post-3900</guid>
                    </item>
							        </channel>
        </rss>
		