ONTAP 9.13

to English version

ローカルUNIXグループの管理用コマンド

ONTAPには、ローカルUNIXグループを管理するためのコマンドが用意されています。

実行する処理

使用するコマンド

ローカルUNIXグループを作成する

vserver services name-service unix-group create

ローカルUNIXグループにユーザーを追加する

vserver services name-service unix-group adduser

URIからローカルUNIXグループをロードする

vserver services name-service unix-group load-from-uri

ローカルUNIXグループを表示する

vserver services name-service unix-group show

ローカルUNIXグループを変更する

vserver services name-service unix-group modify

ローカルUNIXグループからユーザーを削除する

vserver services name-service unix-group deluser

ローカルUNIXグループを削除する

vserver services name-service unix-group delete

詳細については、各コマンドのマニュアル ページを参照してください。

Top of Page