Go to main content
Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.7.0

印刷ビューの終了

更新: 2017 年 3 月
 
 

ユーザーパスワードの変更 (CLI)

ユーザーのパスワードを変更するには、次の手順を使用します。自分以外の任意のユーザーのパスワードを変更するには、スーパーユーザー (root) 権限か、ユーザーの承認/例外を持つロールが必要です。

  1. configuration users に移動して、show と入力してユーザーのリストを表示します。
    hostname:> configuration users
    hostname:configuration users > show
    Users:
    
    NAME                USERNAME            UID        TYPE
    Super-User          root                0          Loc
    
  2. select と、パスワードを変更するユーザーのユーザー名を入力します。その後、show と入力します。
    hostname:configuration users > select root
    hostname:configuration users root > show
    Properties:
    
                            logname = root
                           fullname = Super-User
                   initial_password = *************
                 require_annotation = false
    
    Children:
                           preferences => Configure user preferences
  3. set initial_password= と新しいパスワードを入力します。
    hostname:configuration users root > set initial_password=[new password]
                   initial_password = ************* (uncommitted)
  4. commit」と入力します。
    hostname:configuration users root > commit

関連トピック

  • ユーザーの例外の編集 CLI

  • ロールの承認の編集 CLI