Op 21-dec-2011, om 04:32 heeft Andrew Benton het volgende geschreven: > (…) > Find is a useful tool: > > find /usr ! -user root > find /usr ! -group root > > I don't like to have anything in /usr that isn't owned by root. > > Andy > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page
Nice tool … this is the result for my (LFS-6.8) system: -rw-r--r-- 1 bin bin 4744 17 apr 2011 /usr/include/gdbm.h -rw-r--r-- 1 bin bin 2003 17 apr 2011 /usr/include/ndbm.h -rw-r--r-- 1 bin bin 1563 17 apr 2011 /usr/include/dbm.h ---s--x--- 1 root fcron 17056 14 mei 2011 /usr/bin/fcronsighup -rwxr-sr-x 1 root tty 11764 21 apr 2011 /usr/bin/write ---s--s--x 1 fcron fcron 55172 14 mei 2011 /usr/bin/fcrontab -rwxr-sr-x 1 root tty 13682 21 apr 2011 /usr/bin/wall ---s--s--x 1 fcron fcron 26832 14 mei 2011 /usr/bin/fcrondyn -rw-r--r-- 1 bin bin 26051 17 apr 2011 /usr/share/info/gdbm.info -rw-r--r-- 1 bin bin 5041 17 apr 2011 /usr/share/man/man3/gdbm.3.bz2 -rwxr--r-- 1 1001 1002 1091601 9 aug 2010 /usr/share/vim/vim73/spell/nl.latin1.spl -rwxr--r-- 1 1001 1002 1760060 9 aug 2010 /usr/share/vim/vim73/spell/nl.utf-8.sug -rwxr--r-- 1 1001 1002 1092926 9 aug 2010 /usr/share/vim/vim73/spell/nl.utf-8.spl -rwxr--r-- 1 1001 1002 1760060 9 aug 2010 /usr/share/vim/vim73/spell/nl.latin1.sug -rw-r--r-- 1 pol pol 1695 14 aug 2008 /usr/share/doc/libxcb-1.7/tutorial/xcb.css -rw-r--r-- 1 pol pol 179134 13 aug 2010 /usr/share/doc/libxcb-1.7/tutorial/index.html vim and gdbm are LFS-packages, that I built in chroot mode. same for write and wall, installed by util-linux 'pol' is the user that installed libxcb (with sudo rights) 'fcron' is a user that was created during the build process. pvg
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
