[2035] in Athena Bugs
"ls" man page
daemon@ATHENA.MIT.EDU (David Krikorian)
Wed Apr 5 01:31:16 1989
Date: Wed, 5 Apr 89 01:30:53 EDT
From: David Krikorian <dkk@ATHENA.MIT.EDU>
To: doc-bugs@ATHENA.MIT.EDU
Reply-To: dkk@ATHENA.MIT.EDU
/bin/ls, when run as root, works differently that it does when run as
any other user. If the program is run with uid=0 (root), the 'A'
option is on by default. This is not mentioned in the man page. I'd
recommend replacing:
-A Same as -a, but does not list the files "." and "..".
with:
-A Same as -a, but does not list the files "." and "..".
This is default behavior if @u(ls) is run by root.