首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

根本命令_创建组/用户

2013-10-11 
基本命令_创建组/用户*only root user could use this commad1 groupadd -g test -- create a group name

基本命令_创建组/用户

*only root user could use this commad

1 groupadd -g test -- create a group name test

2 usermod -d /home/cici -G test cici

-- change the user cici's login direcotry as? /home/cici and add the user? cici to test group

3 su cici

4 groups -- check the goup for user cici

热点排行