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
This article example shares the specific code of ...
CentOS 8 is officially released! CentOS fully com...
This post introduces a set of free Photoshop wire...
Problem Description After installing the plugin E...
Table of contents 1. New usage of watch 1.1. Watc...
1. Basic Spring-boot Quick Start 1.1 Quick start ...
Table of contents Integrity constraints Definitio...
Table of contents The principle of Vue asynchrono...
Table of contents 1. Pull the Redis image 2. Crea...
Table of contents Creating an SSL Certificate 1. ...
The following is the code for building an ssh ser...
Table of contents Create a global shared content ...
mysqladmin is an official mysql client program th...
Table of contents 1. Introduction to MHA 1. What ...
Transaction A transaction is a basic unit of busi...