Basic Linux A to Z For Devops Engineer How to Manage Groups in Linux Video 07

Опубликовано: 08 Май 2026
на канале: DevOps Article
37
3

Master Linux group management essentials tailored for DevOps success in Video 07.
Commands to practice:
#less /etc/group
#groupadd groupname
#getent group groupname
#groups username
#usermod -G groupname username
#groupmod -n new-groupname old-group name
#groupdel groupname
#groups -help
#gpasswd -M user1,user2 groupname
#gpasswd --delete username groupname
Notes:
1)if you are on $ privilege and getting permission error then you have to switch to root mode using command,
su - (it will of course ask you root password, then you can switch to root mode which is #)
2) Alternatively, you could use sudo command each time when you performing any commands and of course to use this command you should also need root password.

Devops Article
"Level up your technical expertise with devopsarticle.com. Access exclusive how to guides and resources for mastering DevOps methodologies."
Click the link below to visit Devops Article,
https://devopsarticle.com/

Facebook:
"🚀 Dive into the world of DevOps excellence! Join us on Facebook for daily tips, insightful articles, and the latest updates on all things DevOps. Let's innovate together! 💡 #DevOps #Innovation"

Instagram:
"🔧🌐 Ready to elevate your DevOps game? Follow us on Instagram for visually engaging content, behind-the-scenes glimpses, and expert insights in the world of DevOps. Let's build the future! #DevOpsCommunity #TechInnovation"

LinkedIn:
"🤝 Join the DevOps community on LinkedIn! Network with like-minded professionals, access thought-provoking articles, and stay ahead in the dynamic world of technology. Let's connect and thrive! #DevOpsProfessionals #TechLeadership"

Twitter:
"⚡️ Stay in the loop with the latest DevOps trends and news! Follow us on Twitter for real-time updates, engaging discussions, and exclusive content. Let's innovate and grow together! #DevOpsUpdates #TechInnovation"