bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ls -s documentation misleading


From: jidanni
Subject: Re: ls -s documentation misleading
Date: Sun, 22 Feb 2009 02:06:14 +0800

By the way, turning to -l, looking high and low on
(info "(coreutils)What information is listed")
doesn't say why ls follows symlinks, but ls -l doesn't:
$ ls q
f
$ ls -l q
lrwxrwxrwx 1 jidanni jidanni 1 2009-02-22 01:57 q -> z

(Made with:)
$ mkdir z
$ touch z/f
$ ln -s z q




reply via email to

[Prev in Thread] Current Thread [Next in Thread]