Working With Users and Groups (Linux Zero to Hero 2022)

  Рет қаралды 10,697

Engineer Man

Engineer Man

Күн бұрын

Users and groups is a very fundamental thing to know how to work with when it comes to Linux. Users and groups are used for a variety of different things in Linux. The files used to configure users and groups can seem daunting at first, but I'll help you through it.
Hope you enjoyed the video!
Join my Discord server and come say hi:
/ discord
Check out some code on my GitHub:
github.com/realtux
github.com/engineer-man/youtube
Send me a Gab:
gab.com/engineerman
Other Social:
/ engineerman
/ _engineerman
/ engineermanyt
User icons created by Freepik - Flaticon
www.flaticon.com/free-icons/user

Пікірлер: 25
@umairgillani699
@umairgillani699 Жыл бұрын
This was actually happened to me, I commented every sudo user in sudoers file, saved the changed and forgot the root password on my office server :D Wish I would have watched such video 6 months ago :p
@HelloHelloXD
@HelloHelloXD Жыл бұрын
There is also adduser... adduser: add user with full profile and info (pass, quota, permission, etc.) useradd: add user with his name only (if you want to add a temp user with only a name,other info not required)
@HopliteSecurity
@HopliteSecurity Жыл бұрын
This video was amazing! Thanks a million for creating this video as I was able to refer several people. Your structure and flow is fantastic, keep up the amazing work : 💖
@nangzdk
@nangzdk Жыл бұрын
I feel like it's a stupid question, but an explanation of what a group actually is would make this better
@DSdvdDS
@DSdvdDS Жыл бұрын
Didn't know much about /etc/shadow and managing other users on the system. Great video!
@thedomaro1
@thedomaro1 Жыл бұрын
that was really smooth , thank you dear
@Fuad_
@Fuad_ Жыл бұрын
great video as always
@austinmallar5430
@austinmallar5430 Жыл бұрын
I don't think I've ever seen you with a hat, you've been hiding some nice lettuce!
@SyberPrepper
@SyberPrepper Жыл бұрын
This video is great from my perspective. I've been messing around with UNIX and Linux stuff for many years but it has never been my main focus, so I have to re-learn many things many times. I'm about to switch over to Linux (maybe Pop!_OS) full-time so your non-fluff approach to teaching this topic is very helpful to me. A video on best approach to disabling root, or not, limiting sudo users, wheel, as related to hardening/securing a system, based on what you said in this video, would be helpful. Thanks for your work. You have a great teaching style.
@MrTigerstyle80
@MrTigerstyle80 Жыл бұрын
Great video! I didn’t realize visudo checked syntax. Can this one segue into how / witch users and groups deploy software?
@MdShamimRahman
@MdShamimRahman Жыл бұрын
Why did this series stopped? Maybe not a good question but I was wondering more step by step into advance stuff, securing system, controlling things and making life efficient by awesome commands. Thank you.
@DJR3H
@DJR3H Жыл бұрын
It would've been great if you showed how to use sudoers.d files to give a user nopasswd sudo privileges to some (2-3) commands. That is VERY useful when working with service or power users. Thanks for the great vids! :D
@IgnoreMyChan
@IgnoreMyChan Жыл бұрын
5:43 Why didn't you show the hidden files with 'ls -la'? Especially in the skel dir. You're providing half information here (not just simplified).
@tkdevlop
@tkdevlop Жыл бұрын
Great can you also link that vscode file in the description that would be a great help
@Gurj101
@Gurj101 Жыл бұрын
thanks
@anselmpeter
@anselmpeter Жыл бұрын
It really helped me to get to know some important directors and some great commands. Thanks your content
@DanelonNicolas
@DanelonNicolas Жыл бұрын
A friend of mine is learning this.. thanks, super clear 👌🏻
@pleaseenteraname1215
@pleaseenteraname1215 Жыл бұрын
Needed this
@onedaydev
@onedaydev Жыл бұрын
Why do so many sophisticated Linux users pipe cat into grep instead of just using grep? @1:34
@ToddNZMTB
@ToddNZMTB Жыл бұрын
I've been saying /etc wrong 😳
@ashketchum4953
@ashketchum4953 Жыл бұрын
This was really great and way more informative than anything google provided. I'd love to know more if you're willing.
@Rmly
@Rmly Жыл бұрын
yes
@snax_4820
@snax_4820 Жыл бұрын
Try to talk a little bit slower and do not answer questions no one asked.
@t6hp
@t6hp Жыл бұрын
Many things in this tutorial don't work for me. First, useradd did not create a password for the user john, so I couldn't switch back to root as simply as you did (with a hotkey? I didn't see you type sudo -i to switch back). Second, after I simply opened another terminal and went to root to change/create a passed for john and for the root itself, the command"useradd -m john" also didn't work for me at all as it assumes I'm trying to create a home for a new user, but since john as a user already exists then it can't execute this command. I searched online a bit and learned that if you used useradd, instead of adduser, you can't really create a home directory. I tried a few workarounds online to fix this: 1- useradd -m $john (didn't work) 2- useradd -m JOHN (created a completely different user and its home folder named JOHN) 3- A different workaround was creating a new dir using "mkdir /home/john" followed by "chown john:john /home/john" to make john the owner of that dir and then "cp -rT /etc/skel /home/john" to populate /home/john with default files and folders All these solutions never worked. The command "useradd -d john" still returns invalid home directory, meaning john still does not have a home folder. I'm using Ubuntu 22.04 LTS..
What Linux Is and Isn't (Linux Zero to Hero 2022)
6:27
Engineer Man
Рет қаралды 16 М.
The Linux File System...for humans
12:30
Engineer Man
Рет қаралды 145 М.
Do you have a friend like this? 🤣#shorts
00:12
dednahype
Рет қаралды 37 МЛН
Omega Boy Past 3 #funny #viral #comedy
00:22
CRAZY GREAPA
Рет қаралды 16 МЛН
О, сосисочки! (Или корейская уличная еда?)
00:32
Кушать Хочу
Рет қаралды 7 МЛН
ChatGPT Is Not Replacing Developers Anytime Soon
14:08
Engineer Man
Рет қаралды 11 М.
A Worlds First On This Top Tier Radio - TIDRadio H3
11:52
Tech Minds
Рет қаралды 8 М.
Linux for Programmers #3 | Linux Users and Groups
19:42
Akamai Developer
Рет қаралды 23 М.
Understanding Floating Point Struggles in 7 Minutes or Less
7:03
Engineer Man
Рет қаралды 10 М.
JSON in 5 minutes or less
5:12
Engineer Man
Рет қаралды 17 М.
I Switched to VS Code and It's Kinda OK
6:28
Engineer Man
Рет қаралды 22 М.
How Does Linux Boot Process Work?
4:44
ByteByteGo
Рет қаралды 503 М.
What is the Command Line? (Linux Zero to Hero 2022)
17:33
Engineer Man
Рет қаралды 12 М.
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4 МЛН
⌨️ Сколько всего у меня клавиатур? #обзор
0:41
Гранатка — про VR и девайсы
Рет қаралды 646 М.
Huawei который почти как iPhone
0:53
Romancev768
Рет қаралды 128 М.
Как я сделал домашний кинотеатр
0:41
RICARDO
Рет қаралды 1,5 МЛН
wyłącznik
0:50
Panele Fotowoltaiczne
Рет қаралды 20 МЛН
XL-Power Best For Audio Call 📞 Mobile 📱
0:42
Tech Official
Рет қаралды 771 М.