Linux serverNETWORK ADMINISTRATIONS

How To Grant Sudo Access to a Normal User in RHEL/CentOS 8[Hindi]By Karun Behal

Hello Friend,

I am Karun Behal , Welcome to my Youtube Channel.

About This Video:-
What Is Sudo Command in Linux?
Sudo – uperuser do is a utility used on Linux, BSD and Unix systems that provides the running command with root or Administrator privileges. Not every user needs to have root privileges but in some cases needs to run commands with root privileges. We can use sudo to run some specific or all provided commands and edit files with the root privileges.

There are two method to assign sudo access to normal user:
1) add to wheel group
2) /etc/sudoers file

sudo command is configuration is stored /etc/sudoers file. This file can be only viewed and edit with root privileges. We can edit this just with visudo command like below.

# visudo

Configuration Syntax
We can use the following syntax in order to create a sudo configuration about the given user or group.

USER Hostlist=(USERLIST:Grouplist ) COMMANDLIST
USER is The username to which the sudo rule will apply.
HOSTLIST indicates that this rule applies to all hosts or terminal
Userlist: indicates that the user can run commands as all users
Grouplist: indicates that the user can run commands as all groups.
COMMANDLIST indicates these rules apply to all or some commands.

Pls Like, Share on my Video and Provide your valuable feedback by commenting in below comment section.If you have any query pls mention on comment session i will try to solve your query.
***************************************************************************************
Video Playlist Link:
Complete tutorial of Virtual Box –

Tricks –

RHEL 8 Videos-

********************************************************************************

Other Videos Link:
1) मोबाइल में बनाएं अपने नाम की रिंगटोन | Make Your Name Ringtone in Mobile by Karun Behal – https://youtu.be/HmEyYk4pjRY

2) How to install Virtual Box on Window Machine [Hindi] By Karun Behal – https://youtu.be/9rYEUzPBxfc

3) How to allow SU Command permission to dedicated user in RHEL 8 By Karun Behal – https://youtu.be/13AfpqUT3os

4) Create Multiple Partition on Pendrive without any Software[Hindi] By Karun Behal- https://youtu.be/2NLivMre7TQ

5) Managing User Password in RHEL 8[Hindi] By Karun Behal- https://youtu.be/tMRFqNpfC8A

6)Reset Window 10 Password in 10 minutes without third party software[Hindi] By Karun Behal – https://youtu.be/LPsH4xGWuLQ

7) Create Your Own Hand Writing Computer Font [Hindi] By Karun Behal – https://youtu.be/U_VZ_ttvSQk

8) How to hide secret data inside the picture[Hindi] By Karun Behal – https://youtu.be/lLm-5qzYEgY

9) Managing User and Group Management Part 1 in RHEL8[Hindi] By Karun Behal – https://youtu.be/KSOJ_ukPT3M

10) How to redirect Standard Input,Output and error in RHEL8[Hindi] By Karun Behal – https://youtu.be/f9RlGTh1uTU

11) How to Use Desktop Environment in RHEL 8 By Karun Behal – https://youtu.be/aSLYydx6EjA

12) New Feature of RHEL 8 by Karun Behal – https://youtu.be/YJbP6hCxods

13) Installation of RHEL 8 by Karun Behal – https://youtu.be/7iAYfg4F7sM
***************************************************************************************
About This Channel

Friends, On this channel you get to see RHEL 8, CentOS 8, Oracle Linux 8, Window Tips and Tricks, Internet Tips, Mobile Tricks, android education related videos in Hindi. With this, more educational videos will be found on this channel.
Friends, if you like this channel, then subscribe to the channel.
Thank you so much…..

***************************************************************************************
Our Social Link :
Youtube:
https://www.youtube.com/channel/UCu9TBFJP-MrtNUzP7VP8EFg

Facebook:
https://www.facebook.com/Hacker-Karun-159807920759145/
https://www.facebook.com/Linux-7-Tutorial-829037847304942/

Google+:
https://plus.google.com/u/0/113080937031767466085

Twitter:

***********************************************************************************
My Email id:
behalkarun@gmail.com

source

centos 8

14 thoughts on “How To Grant Sudo Access to a Normal User in RHEL/CentOS 8[Hindi]By Karun Behal

Comments are closed.