在 shell 中创建新的管理员 webmin 用户 [关闭]
Posted
技术标签:
【中文标题】在 shell 中创建新的管理员 webmin 用户 [关闭]【英文标题】:creating new admin webmin user in shell [closed] 【发布时间】:2016-07-19 12:59:34 【问题描述】:已安装webmin
,想新建一个非root用户登录,请按以下步骤操作:
编辑文件/etc/webmin/miniserv.users
并为您的新用户添加一行
anubhav:12ZVLjpihs:0
编辑文件/etc/webmin/webmin.acl
并复制root用户的第一行并将其粘贴到同一文件中,将root重命名为新用户并保存文件,所以文件应该像
root:access privileges
anubhav:access privileges
重置新用户密码/usr/share/webmin/changepass.pl /etc/webmin anubhav mypassword
。
从/etc/init.d/webmin restart
重启webmin
导航到您的webmin
页面并登录用户新的用户名和密码。
【问题讨论】:
我投了赞成票,所以现在您应该有足够的声望,可以将其拆分为问答***.com/help/self-answer Stack Overflow 用于编程问题,而不是关于使用或配置 Linux 及其应用程序的问题。 Super User 或 Unix & Linux 将是解决此类问题的更好地方。 看看这个简单的分步指南:forum.virtualmin.com/t/… (centos) 如果重启步骤失败,请尝试:/etc/webmin/restart 【参考方案1】:此外: RedHat 发行版(即 Fedora、CentOS、Gentoo 等):
/usr/libexec/webmin/changepass.pl /etc/webmin admin newpassword
Debian 发行版(即 Debian、Ubuntu 等):
/usr/share/webmin/changepass.pl /etc/webmin admin newpassword
FreeBSD:
/usr/local/lib/webmin/changepass.pl /usr/local/etc/webmin admin newpassword
记得用您自己的详细信息替换“admin”和“newpassword”!
【讨论】:
此更新现有用户的密码,不添加新用户。您需要添加新的 linux 用户才能使用。 看看这个简单的分步指南:forum.virtualmin.com/t/…以上是关于在 shell 中创建新的管理员 webmin 用户 [关闭]的主要内容,如果未能解决你的问题,请参考以下文章