Hi people.
I'm loving Fedora 31. Kudos to the developers, testers and everyone involved. Great work ! Much appreciated !
Sometimes when I ls in Konsole the directory is highlighted. Why is it highlighted ?
Thanks
Thanks for the quick reply, Samuel.
Here is the output.
# ls -ld Samba drwxrwxrwx. 2 me me 4096 Nov 25 11:36 Samba
On Mon, Nov 25, 2019 at 11:49 AM Samuel Sieb samuel@sieb.net wrote:
On 11/25/19 10:44 AM, linux guy wrote:
Sometimes when I ls in Konsole the directory is highlighted. Why is it highlighted ?
It's probably something with the permisions. Can you paste the output of "ls -ld the_directory_name"? _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
OK, good to know. Where is this documented ? Does it highlight directories for other reasons ?
On Mon, Nov 25, 2019 at 1:24 PM Samuel Sieb samuel@sieb.net wrote:
On 11/25/19 10:50 AM, linux guy wrote:
Here is the output.
# ls -ld Samba drwxrwxrwx. 2 me me 4096 Nov 25 11:36 Samba
It's world writable, that's why ls highlights it. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Thanks ! I should have known it was in man ls. Duh.
On Mon, Nov 25, 2019 at 2:43 PM Patrick O'Callaghan pocallaghan@gmail.com wrote:
On Mon, 2019-11-25 at 13:34 -0700, linux guy wrote:
OK, good to know. Where is this documented ? Does it highlight directories for other reasons ?
man ls (look under the '--color' option)
poc _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org