当前位置:网站首页>2022.07.04
2022.07.04
2022-07-07 19:16:00 【ifuudoudou】
Class hour 13


I made another mistake when creating new users , The panel must be adjusted to root Under the table of contents , But adjust to root Authentication password is required under the directory . When authenticating the password authentication failure, So we need to reuse sudo passwd root This instruction is used to authenticate the password .
![]()
Now after the user is created , A user group will be created by default .
So where is this user group ?
It can be used cat /etc/group Check it out. .
![]()
You can see that if you create a user , If you don't specify a group , By default, a group with the same user name will be created .
because root Permission is the highest , therefore id yes 0.
So how to put this test01 The user group of is modified ?

adopt usermod -g root test01 Just put test01 This user is moved to root This group .
So sometimes , A user belongs to multiple user groups at the same time , And how to do it ?
This requires additional .

Just pay attention to when adding ,-g Must use capital -G.
So how to create user groups directly ?


establish .
take test01 Append to test02 In the user group of .
![]()
After deleting the Group , The information of the group to which the user belongs will also be updated .
Class hour 14
So how to modify the Group ?

The first change id It's simple , Direct use “groupmod -g Modified id Group name ” That's all right. .
Modify the group name directly “groupmod -n Modified group name The original group name ” That's all right. .
Class hour 15 permissions


First switch back to your own user , then ll View details .
The first information you can see is the file type ,d The beginning is the directory , - It's a normal file .
rwx Represents the user's permissions ,-xr Is the permission of the user group , Later, there will be other permissions .
When I use vim There was an error when creating a new file .

It is displayed as asking me to enter detailed instructions ( I tried typing sudo It doesn't work )
Then I tried vim.tiny solve .
Remember when editing files ,i Is to enter the input text mode ,esc After the introduction of text mode , Press : key , Then input wq To save and launch .


So you can see , This newly added file , Only the current user has rw( Reading and writing ) Authority , Other users only have read permission .
How to cancel or increase the permissions of other users ?

You can see the use of chmod That's all right. . Add or subtract with symbols .
So how to set permissions for user groups ?
Setting permissions for user groups is similar , But add one -R Use recursive settings .
Notice when adding the third item , Be sure to use small o.
Setting permissions on directories is the same . You can use —R Recursive settings .

Class hour 16 Remote management

Input ipconfig You can go to cmd Check your own ip Address .
And in the linux You need to enter ifconfig.

utilize ping+ The website can see the returned information .ctrl+c Cancel .


For the experiment , Another computer is installed in the video .
He used clones to directly build a .


边栏推荐
- 【牛客网刷题系列 之 Verilog进阶挑战】~ 多bit MUX同步器
- 6. About JWT
- The top of slashdata developer tool is up to you!!!
- Numpy——2. Shape of array
- [information security laws and regulations] review
- A hodgepodge of ICER knowledge points (attached with a large number of topics, which are constantly being updated)
- PTA 1102 教超冠军卷
- Differences between rip and OSPF and configuration commands
- Embedded interview questions (algorithm part)
- I feel cheated. Wechat tests the function of "size number" internally, and two wechat can be registered with the same mobile number
猜你喜欢
随机推荐
Uvalive – 4621 CAV greed + analysis "suggestions collection"
Basic operation of chain binary tree (implemented in C language)
L1-023 output gplt (Lua)
L1-025 positive integer a+b (Lua)
【软件测试】从企业版BOSS直聘,看求职简历,你没被面上是有原因的
LeetCode 890(C#)
How to choose the appropriate automated testing tools?
GSAP animation library
Recommend free online SMS receiving platform in 2022 (domestic and foreign)
Flipping game (enumeration)
How to share the same storage among multiple kubernetes clusters
抢占周杰伦
Flipping Game(枚举)
最长公共前缀(leetcode题14)
POJ 1182: food chain (parallel search) [easy to understand]
First time in China! The language AI strength of this Chinese enterprise is recognized as No.2 in the world! Second only to Google
LeetCode 497(C#)
Complete e-commerce system
[software test] from the direct employment of the boss of the enterprise version, looking at the resume, there is a reason why you are not covered
企业MES制造执行系统的分类与应用







![Learn open62541 -- [67] add custom enum and display name](/img/98/e5e25af90b3f98c2be11d7d21e5ea6.png)
