Permission denied: The reason for this is: there is no permission to read, write, create files, delete files, etc. Solution: Enter the command For example: sudo: It is a Linux system management command and a tool that allows system administrators to allow ordinary users to execute some or all root commands. -R: refers to the application to all subdirectories and files in the directory; 777: refers to the highest authority that all users have. But it is not convenient and not suitable for novices. The simple and rough method is as follows: Enter in the command line sudo passwd It will prompt you to enter a new password. Re-enter the password, just enter the same as before. After success, enter su root Just enter the password again~ At this point you will find that the $ sign before the command you entered has changed to a # sign, which means you have succeeded. The following are the additions from other netizenshint
Solution:
in -R means cascading to all subdirectories and files in the directory
Write, read, and execute permissions have the following numeric values:
The permission number for a particular user class is the sum of the permission values for that class. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: JavaScript custom plug-in to implement tab switching function
>>: jQuery implements accordion small case
Contemporary web visual design has gone through th...
background A colleague is working on his security...
1. Using it with redis will cause Netty startup c...
Preface: In daily study and work, we often encoun...
Table of contents Import on demand: Global Import...
Hyperf official website Hyperf official documenta...
<br />For each of our topics, the team will ...
Table of contents Preface 1. Rendering 2. Code 3....
To understand what this means, we must first know ...
1. Problem reproduction: Count the total number o...
Imagine a scenario where, when designing a user t...
1 Download MySQL8 from the official website and i...
I’ve always preferred grayscale images because I t...
Every website usually encounters many non-search ...
This article shares the specific code for impleme...