<div class="gmail_quote">On Tue, Sep 21, 2010 at 6:29 AM, James McDonald <span dir="ltr">&lt;<a href="mailto:james@jamesmcdonald.id.au">james@jamesmcdonald.id.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Tried to google but not putting in the right terms. So here is a question<br>
<br>
-rw-rw-r--. &lt;== what does this period mean in the listing below?<br>
<br>
<br>
$ls -al<br>
total 68<br>
drwx------   2 jm jm  4096 2010-09-21 20:02 .<br>
drwx------  33 jm jm  4096 2010-09-12 18:34 ..<br>
-rw-rw-r--.  1 jm jm     8 2010-09-21 20:10 announcements.aux<br>
-rw-rw-r--.  1 jm jm  5641 2010-07-13 07:06 announcements.log<br>
-rw-rw-r--.  1 jm jm 33070 2010-07-13 07:06 announcements.pdf<br>
-rwxrwxrwx   1 jm jm  1167 2010-07-13 07:06 announcements.tex<br>
-rwxrwxrwx   1 jm jm  1129 2009-12-23 08:14 announcements.tex~<br>
-rwxrwxrwx   1 jm jm   359 2009-12-23 07:31 mylatex.tex~<br>
<br><br></blockquote></div><br><div>James, the info page for ls indicates the character after the permission bits specifies an &quot;alternate access method&quot; applies to the file.  However, the GNU online manual says:</div>

<div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">GNU</span><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "> </span><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><samp><span class="command">ls</span></samp></span><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "> </span><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">uses a ‘</span><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><samp><span class="samp">.</span></samp></span><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">’ character to indicate a file with an SELinux security context, but no other alternate access method.</span></div>

(<a href="http://www.gnu.org/software/coreutils/manual/html_node/What-information-is-listed.html">http://www.gnu.org/software/coreutils/manual/html_node/What-information-is-listed.html</a>)<div><br></div><div>I guess you get to take your pick.</div>

<div><br></div><div>Brad.</div>