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
Table of contents 1. Rule 1: Object.Method() 1.1 ...
Table of contents 1. Startup management of source...
In this system, the # sign represents the root us...
This article uses examples to explain the princip...
This is an effect created purely using CSS. To pu...
Recently, I found that after using the docker loa...
Today, when installing nginx on the cloud server,...
Download the zip installation package: Download a...
Table of contents Listener 1.watchEffect 2.watch ...
Recently, several data anomalies have occurred in...
1 Download MySQL Download address: http://downloa...
I recently started learning about database knowle...
Preface By default, Nginx logs are written to a f...
Preface Locks are synchronization mechanisms used...
MySQL 5.7.13 installation tutorial for Mac, very ...