Hi Everyone, The portability team may be interesting in this. It looks like /usr/ucb is being used a fair amount on Solaris: $ /usr/gnu/bin/grep -IR '/usr/ucb' * | wc -l 17 According to https://blogs.oracle.com/partnertech/entry/preparing_for_the_upcoming_removal, /usr/ucb is going away. I think the mostly equivalent place to find utilities is /usr/gnu (its present on Solaris 11): $ ls /usr/gnu/bin/ [ eqn mkfifo soelim addr2line expand mknod sort amd64 expr mktemp split ... It appears /usr/gnu is not being used at the moment: $ /usr/gnu/bin/grep -IR '/usr/gnu' * | wc -l 0 Jeff _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev