A Couple of Questions about files under etc which owned by no package

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



I ran the script below to see the files which owned by no package.

    export LC_ALL=C
    for dir in bin etc lib usr var sbin;do
            find /$dir -type f -exec pacman -Qo {} \; 2>$dir 1>/dev/null
    done

I got the following.

    error: No package owns /etc/crontab
    error: No package owns /etc/localtime
    error: No package owns /etc/ssl/certs/ca-certificates.crt

Are these files necessary now, could I delete them?


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux