【Problem Analysis】 We can use the chown command. ch here stands for change, and own stands for the English word owner. Together, they mean change owner, which changes the owner of a file or folder. Generally, only the root user has permission to use this command, and it is also a frequently used command. Here comes the question! If I want to grant permission to a folder and all its sub-contents to the mysql user, how can I do this? What about the operation? 【Solution】 We can add the -R parameter to achieve this -R: Make the same owner change to all files and subdirectories in the current directory (i.e. change them one by one in a recursive manner) For example: I want to authorize landui.com to the mysql user This is the directory structure of landui.com We authorize the entire folder to the mysql user Let’s take a look at the current permissions. We can see that all authorizations are successful, indicating that this parameter is available. The above is a detailed introduction of how to authorize all the contents of a folder in Linux to a certain user. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How does JS understand data URLs?
>>: Analysis of MySQL concurrency issues and solutions
1. How to display the date on the right in the art...
Initially, multiple columns have different conten...
1. Virtual Machine Side 1. Find the mysql configu...
If we want to perform batch operations on a type ...
The time of VM Ware virtual machine centos is inc...
This article uses examples to illustrate the use ...
Are you still using rem flexible layout? Does it ...
7 ways to implement a two-column layout with fixe...
This is an official screenshot. After MySQL 5.7 i...
I found a lot of websites that use drop-down or sl...
0x0 Introduction First of all, what is a hash alg...
You can easily input Chinese and get Chinese outp...
Preface This article mainly introduces the soluti...
<br />Yesterday I saw at W3C that the new HT...
Table of contents Overview Build Process Related ...