On Wed, 14 Mar 2018, Stephen M. Webb wrote: > On 2018-03-14 05:22 AM, Robert P. J. Day wrote: > > > > obviously, it's not a big deal since both /usr/bin and /usr/sbin are > > part of the normal search path for even regular users, > > Only on an improperly configured system. /sbin and /usr/sbin should > not be in $PATH for a regular user. i disagree ... there are all sorts of utilities in /usr/sbin that regular users might find useful, and there can't be any security issues with that since users could always just add that to their PATH in their .bash_profile. rday