
基础1
fightingwy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
运维用户与权限相关
用户相关 useradd -c<备注> 加上备注文字。备注文字会保存在passwd的备注栏位中。 -d<登入目录> 指定用户登入时的起始目录。 -D 变更预设值. -e<有效期限> 指定帐号的有效期限。 -f<缓冲天数> 指定在密码过期后多少天即关闭该帐号。 -g<群组> 指定用户所属的群组。 -G<群组> 指定...原创 2020-04-14 20:14:39 · 334 阅读 · 0 评论 -
Linux基础命令
ls -l 长型显示一般配合h人类看的模式 ls -lh [root@localhost data]# ls -lh total 284K -rw-r--r-- 1 root root 6.0K Apr 14 18:49 tagsoup.txt -rwxr-xr-x 1 root root 4.6K Apr 14 18:49 template.txt l长模式显示 权限所主 h hu...原创 2020-04-14 19:54:35 · 121 阅读 · 0 评论