What is the difference between some command under /usr/lib/fs/ufs directory and /usr/sbin?
(For example: /usr/lib/fs/ufs/mkfs and /usr/sbub/mkfs etc.).
Not quite, the sbin/mkfs is the generic call, where you identify the filesystem type. The other you naem is the one it uses if the filesystem type is ufs.
Generally the [tt]sbin[/tt] directory contains utilities and programs that are statically linked. That is, they don't need to find a run time library to be able to run. These are usually programs and utilities needed during the machine's booting, since partitions with run time libraries may not be mounted when they are needed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.