In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the use of linux grpconv command to open the group projection password, the article is very detailed, has a certain reference value, interested friends must read it!
The grpconv command is used to open the projection password of the group. The user and group passwords in the Linux system are stored in the passwd and group files in the / etc directory, respectively. Because of the need for the operation of the system, anyone can read them, creating security flaws.
The projection password changes the password in the file to the shadow and gshadow files in the / etc directory, which can only be read by the system administrator, while replacing the original password with the "x" character. The projection password function can be turned on or off at any time, and you only need to execute the grpconv command to turn on the group projection password.
Syntax format: grpconv
Reference example
Set the cdy group password:
[root@linuxcool ~] # groupmod-- password 123456 cdy [root@linuxcool ~] # cat / etc/group | grep cdycdy:123456:1000:
Start the shadow system:
[root@linuxcool ~] # grpconv [root@linuxcool ~] # cat / etc/group | grep cdycdy:x:1000: the above is all the contents of opening the group projection password using linux's grpconv command. Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.