odd chown difference between 2.0 and 2.1pre kernels

Joey Hess (joey@kitenet.net)
Sat, 9 Jan 1999 21:51:52 -0800


On a 2.1pre4 machine:
root@kite:~>ls -l foo
-rwsrw-r-- 1 root joey 0 Jan 9 17:13 foo*
root@kite:~> chown root.root foo; ls -l foo
-rwsrw-r-- 1 root root 0 Jan 9 17:13 foo*

On a 2.0.x machine:
cookie:~# ls -l foo
-rwsr--r-- 1 root james 0 Jan 10 01:44 foo
cookie:~# chown root.root foo; ls -l foo
-rwxr--r-- 1 root root 0 Jan 10 01:44 foo

Why did the file lose it's suid bit before, and not anymore?

-- 
see shy jo

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/