当前位置: > Linux教程 > 系统运维 >

linux用户管理

时间:2015-10-06 22:57来源:linux.it.net.cn 作者:IT

每次玩linux都会去网上找一些命令,想想应该记录一下,希望方便大家,当然更方便自己。

1.添加用户

useradd username//添加用户passwd username//设置密码

2.配置为sudoer

chmod ug+w /etc/sudoers //设置sudoer可读权限

编辑/etc/sudoers文件,添加一行,最终如下:

root    ALL=(ALL:ALL) ALL//原有jaylin  ALL=(ALL:ALL) ALL//添加
(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容