filmov
tv
Linux Command Line Tutorial For Beginners 13 - sudo command
Показать описание
in this video we will learn how to use sudo command in linux.
The sudo facility allows specified users to run specific commands as root without having to know the root password.
sudo uses the configuration file /etc/sudoers
Processes and Files
UNIX is built upon processes and files. A process is basically an executing program. All the work performed by a UNIX system is carried out by processes.
All the long term information stored on a UNIX system is stored in files. Every file on a UNIX system has a number of attributes that serve different purposes.
There are a collection of commands that allow users and SA’s to to manipulate files and processes.
Process
Whenever you run a program, a process is created. The UNIX command line that you use to enter the commands is actually another program/command called the shell.
To execute a command, that command has to be in one of the directories in your search path.
★★★Top Online Courses From ProgrammingKnowledge ★★★
★★★ Online Courses to learn ★★★
★★★ Follow ★★★
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
The sudo facility allows specified users to run specific commands as root without having to know the root password.
sudo uses the configuration file /etc/sudoers
Processes and Files
UNIX is built upon processes and files. A process is basically an executing program. All the work performed by a UNIX system is carried out by processes.
All the long term information stored on a UNIX system is stored in files. Every file on a UNIX system has a number of attributes that serve different purposes.
There are a collection of commands that allow users and SA’s to to manipulate files and processes.
Process
Whenever you run a program, a process is created. The UNIX command line that you use to enter the commands is actually another program/command called the shell.
To execute a command, that command has to be in one of the directories in your search path.
★★★Top Online Courses From ProgrammingKnowledge ★★★
★★★ Online Courses to learn ★★★
★★★ Follow ★★★
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Комментарии