Configuring IP under linux prompts how to solve the problem of insufficient folder permissions.
An error occurred when setting the ip configuration file for linux: tcb is not in the sudoers file, this incident will be reported (insufficient permissions):
1. Use the command
Some directory of sudo chmod-R 777
2. Enter the password for sudo passwd and enter the password again
You will find that the $before the command becomes #, so you will successfully have the highest permissions.
3. Log in to the highest permission root account directly.
These are the details of the solution to the insufficient permissions of the folder prompted by the configuration of IP in linux. Please pay more attention to other related articles!