FINDDISOWNED(1) General Commands Manual FINDDISOWNED(1)

finddisownedfind files that are disowned by package manager

finddisowned [-hv] [-c conffile] [-r rootdir]

The finddisowned utility lists the files that are disowned by package manager. In particular, it compares the package database with contents of the directories described in /etc/finddisowned.conf.

finddisowned does not compare the package database with the entire file system, but only with files from directories described in /etc/finddisowned.conf because the entire file system contains directories such as /home, /mnt and even dynamic directories like /proc, /dev, etc, the contents of which are definitely not taken into account (and should not be) by package manager.

Feel free to adjust the configuration file (/etc/finddisowned.conf) conform your needs.

The options are as follows:

conffile, --config=conffile
Specify an alternate configuration file instead of the default /etc/finddisowned.conf.
rootdir, --root=rootdir
Specify an alternate root directory instead of the default ‘/’.
, --version
Print version and exit.
, --help
Print help and exit.

/var/lib/pkg/db
System package database.
/etc/finddisowned.conf
Configuration file. Contains a list of directories, the contents of which will be compared with package database.

finddeps-distmeta(1), finddeps-linked(1), finddisappeared(1), findredundantdeps(1)

September 3, 2023 Zeppe-Lin