SUSE SLES 11からSLES 12にアップグレードしましたが、一部のユーザー/グループコマンド(例:useradd、groupadd、groupmod ...)からのpasswd、Shadow、およびグループファイル。
SLES 11 では、これらのコマンドは pwdutils rpm によって提供されます。一方、SLES 12ではシャドウrpmで発生します。
このオプションが以前のバージョンと互換性があるかどうかを知っていますか?それとも、-pオプションを使用して同じことを行う他の方法はありますか?
答え1
--repository
SLES11では、またはオプションを--root
代わりに使用できます-p
。
-r, --repository REPOSITORY
change password in REPOSITORY repository
-R, --root CHROOT_DIR
Apply changes in the CHROOT_DIR directory and use the configuration
files from the CHROOT_DIR directory.