Hi,
I am back about the directory /usr/sbin now, because while searching for"minstall" I unexpectedly found a bunch of files in there also belong to 1000:users instead of belongling to root:root.
It looks like the packager has forgotten to apply the right ownership to the files before packaging.
Here are the files:
-rwxr-xr-x 1 1000 users 73 Feb 28 19:08 autologin
-rwxr-xr-x 1 1000 users 4042 Apr 21 2011 buildfstab
-rwxr-xr-x 1 1000 users 5450 Mar 25 2011 buildxconfig
-rwxr-xr-x 1 1000 users 870 Sep 26 2010 dev2uuid_fstab.sh
-rwxr-xr-x 1 1000 users 275656 Jul 17 18:08 minstall
-rwxrwxr-x 1 1000 users 2274 Dec 22 2011 scanpartitions
-rwxr-xr-x 1 1000 users 4992 Feb 25 2010 smxi
-rwxr-xr-x 1 1000 users 30054 Apr 12 16:29 update-grub-antiX
all theses files are probably provided by antiX, as is"autologin" ?
Code: Select all
root@antiX1:/usr/sbin# dpkg -S autologin
desktop-defaults-core-antix: /usr/sbin/autologin
Code: Select all
# dpkg -l desktop-defaults-core-antix
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================-===============-===============-================================================
ii desktop-defaults-core 0.1.8.0 all desktop defaults for antiX
With these two posts I have a question : which of these ownerships can I change to"root:root" ? The ones in /usr/sbin ? the ones in /usr/local/bin ? What about the ownership in /usr/local which belong to"staff" ?