On 6/18/07, UNIX admin <tripivceta at hotmail.com> wrote: > Like it says in the subject, I'd like to create "technical" users, like for > example "named" or "oracle" on a target system via something like: > > `pkgadd -R /export/client107994/ ABCDoracleuser` > > What I don't see in the `passwd`, `useradd` and `userdel` commands when > reading through the man pages are options which would basically do "-R". The > closest thing to it looks like "-b" in `useradd`, but again `passwd` doesn't > seem to have anything. > > How would Sun do it?
chroot $PKG_INSTALL_ROOT useradd ... Mike -- Mike Gerdts http://mgerdts.blogspot.com/
