Comment 24 for bug 1836707

Revision history for this message
Matthew Cooper (matthewacooper) wrote :

Hi

Tested on 19.04 and 19.10 (updated) and the same problem exists

19.04
==========
root@crack-sheep:~# touch test
root@crack-sheep:~# ls -la
total 50
drwx------ 3 root root 6 Jul 16 11:58 .
drwxr-xr-x 22 root root 22 Jun 27 16:28 ..
-rw-r--r-- 1 root root 3106 Apr 9 2018 .bashrc
-rw-r--r-- 1 root root 148 Aug 17 2015 .profile
drwx------ 2 root root 3 Jul 16 11:57 .ssh
-rw-r--r-- 1 nobody root 0 Jul 16 11:58 test
root@crack-sheep:~# chown root test
root@crack-sheep:~# la -lan
total 50
drwx------ 3 0 0 6 Jul 16 11:58 .
drwxr-xr-x 22 0 0 22 Jun 27 16:28 ..
-rw-r--r-- 1 0 0 3106 Apr 9 2018 .bashrc
-rw-r--r-- 1 0 0 148 Aug 17 2015 .profile
drwx------ 2 0 0 3 Jul 16 11:57 .ssh
-rw-r--r-- 1 0 0 0 Jul 16 11:58 test
root@crack-sheep:~# la -la
total 50
drwx------ 3 root root 6 Jul 16 11:58 .
drwxr-xr-x 22 root root 22 Jun 27 16:28 ..
-rw-r--r-- 1 root root 3106 Apr 9 2018 .bashrc
-rw-r--r-- 1 root root 148 Aug 17 2015 .profile
drwx------ 2 root root 3 Jul 16 11:57 .ssh
-rw-r--r-- 1 root root 0 Jul 16 11:58 test

19.10
============

root@first-flamingo:~# touch test
root@first-flamingo:~# ls -la
total 50
drwx------ 3 root root 6 Jul 16 11:57 .
drwxr-xr-x 22 root root 22 Jun 27 16:28 ..
-rw-r--r-- 1 root root 3106 Apr 9 2018 .bashrc
-rw-r--r-- 1 root root 148 Aug 17 2015 .profile
drwx------ 2 root root 3 Jul 16 11:56 .ssh
-rw-r--r-- 1 nobody root 0 Jul 16 11:57 test
root@first-flamingo:~# chown root test
root@first-flamingo:~# ls -la
total 73
drwx------ 3 root root 6 Jul 16 11:57 .
drwxr-xr-x 22 root root 22 Jun 27 16:28 ..
-rw-r--r-- 1 root root 3106 Apr 9 2018 .bashrc
-rw-r--r-- 1 root root 148 Aug 17 2015 .profile
drwx------ 2 root root 3 Jul 16 11:56 .ssh
-rw-r--r-- 1 root root 0 Jul 16 11:57 test

Matthew