码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu添加账号

时间:2018-07-25 17:04:07      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:cat   code   nta   sudoers   useradd   tab   vim   use   crontab   

ubuntu添加账号
useradd -d /home/test -m -s /bin/bash test

vim /etc/sudoers
test ALL=(ALL) NOPASSWD: ALL

查看所有用户的crontab

for u in `cat /etc/passwd | cut -d":" -f1`;do crontab -l -u $u;done

ubuntu添加账号

标签:cat   code   nta   sudoers   useradd   tab   vim   use   crontab   

原文地址:http://blog.51cto.com/395469372/2150062

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!