您的当前位置:首页正文

linux更改启动方式文件:etcinittab将启动方式改为文本(命令行)模式。

2023-04-17 来源:榕意旅游网


cd:改变当前目录

LS:显示目录内容

mkdir:创建目录

cp:复制文件或目录

rm:删除文件或目录

mv:移动或改名现有的文件或目录

更改启动方式文件:/etc/inittab 将启动方式改为文本(命令行)模式。

[root@localhost ~]# vi /etc/inittab

[root@localhost ~]# useradd cp1

[root@localhost ~]# useradd cp2

[root@localhost ~]# useradd cp3

[root@localhost ~]# groupadd cp

[root@localhost ~]# mkdir /tmp/info1

[root@localhost ~]# mkdir /tmp/info2

[root@localhost ~]# mkdir /tmp/info3

[root@localhost ~]# mkdir /tmp/info

[root@localhost ~]# cd /tmp

[root@localhost tmp]# ls

[root@localhost tmp]# setfacl -m u:cp1:6 /tmp/info1

[root@localhost tmp]# setfacl -m u:cp2:7 /tmp/info2

[root@localhost tmp]# usermod -g cp cp1

[root@localhost tmp]# usermod -g cp cp2

[root@localhost tmp]# usermod -g cp cp3

[root@localhost tmp]# setfacl -m g:cp:7 /tmp/info

[root@localhost tmp]# su - cp3

[cp3@localhost ~]$ id

uid=503(cp3) gid=504(cp) context=root:system_r:unconfined_t:SystemLow-SystemHigh

[cp3@localhost ~]$ cd /tmp/info

[cp3@localhost info]$ ll

总计locaf

[root@localhost ~]# passwd cp1

Changing password for user cp1.

New UNIX password:

BAD PASSWORD: it is WAY too short

Retype new UNIX password:

passwd: all authentication tokens updated successfully.

groups=504(cp)

因篇幅问题不能全部显示,请点此查看更多更全内容