Randy McMurchy wrote:
The biggest reason to use install -d instead of mkdir is that using
the install -d command allows you to also place a -m755 (or whatever
mode you wish) on the command. This creates directories with the
desired permissions, unlike mkdir which creates the directory using
permissions derived from the user's umask.

Right. Of course. Thanks for the reminder.

--
JH

--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to