发布网友 发布时间:2022-04-25 20:13
共5个回答
热心网友 时间:2022-06-17 02:01
5.useradd user123
6.passwd user123
7.su - user123
8.id
9.touch test.txt;echo abc >>test.txt
10.cat test.txt
11 chmod 740 test.txt
____________________________
touch test.txt 显示权限不够,你现在是userxxxxx用户,你的家目录在
/home/userxxxxxx 下。你跑到/home/xtt 下去创建当然会失败啦。
正常sudo的权限是需要配置的,你userxxxx不具备sudo的权限当然也就失败了。
热心网友 时间:2022-06-17 02:01
嘻嘻
热心网友 时间:2022-06-17 02:02
哦,不明白中
热心网友 时间:2022-06-17 02:02
学习中
热心网友 时间:2022-06-17 02:03
有点复杂