superuser.com/questions/931554/on-os-x-why-does-sudo-ls-show-hidden-dot-files

With OS X Yosemite, using the following commands, I get the following:

$ touch .a $ touch b $ /bin/ls b $ /bin/ls -A .a b $ sudo /bin/ls .a b

It is showing hidden files (that have names starting


Comments (0)

Sign in to post comments.