Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    $ file /sbin/* | grep "dynamically linked" | wc -l
    325

    $ file /sbin/* | grep -i "static" | wc -l
    0
On Ubuntu focal, but Red Hat is similar.


Pretty sure on both of those /sbin is just a symlink to /usr/sbin. If the static thing was ever true I suppose once you've moved everything in to /usr you wouldn't bother anymore.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: