Blogger Information
Blog 91
fans 0
comment 0
visits 203524
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
linux 常用命令 第二篇
何澤小生的博客
Original
976 people have browsed it

groupadd [plice]  添加plice所有组
cat /etc/group     查看linux下所有组的信息
    查出来policeman :x: 503
        组名   加密过 组号(自动增加)

useradd -g [组名] [用户名] 创建用户并分配用户到那个组

userdel  -r  [用户名]  删除用户,其家目录及文件一并删除

cat /etc/passwd    查看linux下用户的信息

查出数据

第一个参数 :用户名
第二个参数 :密码加密过后
第三个参数 :用户的id
第四个参数 :组名的id

后面的目录结构代表,用户的根目录
最后代表  该用户所适用的shell解析器(解析命令到内核执行)

Chmod 命令来修改文件权限
Usermod -g 组名 用户名 (由root执行)
Usermod -d 目录名 用户名  改变该用户登录的初始目录(由root执行)
Ls -ahl 可以查看文件信息
Chown 用户名 文件名 修改文件所有着
Chgrp  组名  文件名  修改文件所在组

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post