Home > Operation and Maintenance > Linux Operation and Maintenance > What are the solutions to the problem of insufficient folder permissions when configuring IP in Linux?

What are the solutions to the problem of insufficient folder permissions when configuring IP in Linux?

王林
Release: 2019-12-07 13:19:13
Original
4103 people have browsed it

What are the solutions to the problem of insufficient folder permissions when configuring IP in Linux?

When setting the ip configuration file for Linux, an error is reported: tcb is not in the sudoers file, this incident will be reported (insufficient permissions) The solutions are:

1. Use the command

sudo chmod -R 777 某一目录
Copy after login

linux video tutorial recommendation: linux video tutorial

2. sudo passwd Enter the password again Enter the password

and you will find that the $ before the command changes to #, then you have successfully obtained the highest authority.

3. Directly log in to the root account with the highest authority

Recommended related articles and tutorials: linux tutorial

The above is the detailed content of What are the solutions to the problem of insufficient folder permissions when configuring IP in Linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template