Displaying 2 results from an estimated 2 matches for "adalloz".
Did you mean:
dalloz
2019 Oct 25
0
ls permissions format changed in CentOS 8
...nly owner read/write
> permission, the displayed attributes are "-rw-", not "-rw-------". That
> means the file names don't line up with other files in the directory,
> which makes the listing harder to read. What changed where and how do I
> fix that?
Hm?
[adalloz at centos8 ~]$ touch foo
[adalloz at centos8 ~]$ chmod u=rw,go= foo
[adalloz at centos8 ~]$ ls -Al
insgesamt 12
-rw-r--r--. 1 adalloz adalloz 18 11. Mai 02:16 .bash_logout
-rw-r--r--. 1 adalloz adalloz 141 11. Mai 02:16 .bash_profile
-rw-r--r--. 1 adalloz adalloz 312 11. Mai 02:16 .bashrc
-rw-----...
2019 Oct 25
5
ls permissions format changed in CentOS 8
When I use "ls -al" on a directory, for files with only owner read/write
permission, the displayed attributes are "-rw-", not "-rw-------". That
means the file names don't line up with other files in the directory, which
makes the listing harder to read. What changed where and how do I fix that?