webmin
をインストールし、ログインするroot以外の新しいユーザーを作成するには、次の手順に従います。
ファイル/etc/webmin/miniserv.users
を編集し、新しいユーザーの行を追加します
anubhav:12ZVLjpihs:0
ファイル/etc/webmin/webmin.acl
を編集し、ルートユーザーの最初の行をコピーして同じファイルに貼り付け、ルートの名前を新しいユーザーに変更してファイルを保存すると、ファイルは次のようになります。
root:access privileges
anubhav:access privileges
新しいユーザーパスワード/usr/share/webmin/changepass.pl /etc/webmin anubhav mypassword
をリセットします。
/etc/init.d/webmin restart
からwebmin
を再起動します
webmin
ページに移動して、ログインユーザーの新しいユーザー名とパスワードを入力します。
加えて:RedHatディストリビューション(Fedora、CentOS、Gentooなど):
/usr/libexec/webmin/changepass.pl /etc/webmin admin newpassword
Debianディストリビューション(Debian、Ubuntoなど):
/usr/share/webmin/changepass.pl /etc/webmin admin newpassword
FreeBSD:
/usr/local/lib/webmin/changepass.pl /usr/local/etc/webmin admin newpassword
「admin」と「newpassword」を自分の詳細に置き換えてください。