1 Create a user and specify the user's root path and password useradd -d /home/mydir -m username Users created in this way can log in using ssh, but have only read-only permissions to browse and download some files but cannot write or modify them. It is recommended to obtain permissions for the specified path by adding the user to a group. 2 Set a password 3 User Authorization chown -R username: username /home/ mydir chmod 755 /home/mydir 4 Add users to the group Add a user to a user group. Try not to use it directly (unless it really belongs to only one group): Doing this will remove you from the other groups and make you a member of groupA only. Should be used with -a option: To view the groups to which a user belongs, use the command Summarize The above is what I introduced to you about creating a new user in Linux and granting relevant permissions to the specified directory. 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:
|
<<: Complete steps to install MySQL 8.0.x on Linux
>>: DOM operation implementation in react
This article shares the specific code of js+canva...
During the configuration of Jenkins+Tomcat server...
There are two main reasons why it is difficult to...
CSS Operations CSS $("").css(name|pro|[...
After installing docker, there will usually be a ...
This article shares the specific code for impleme...
1. First check whether the system has mysql insta...
Table of contents Docker Installation Nvidia-dock...
Preface Sass is an extension of the CSS3 language...
1. Preparation 1.1 Download the tomcat compressed...
Table of contents 1. MHA 1. Concept 2. Compositio...
Since the default Linux kernel parameters are bas...
Table of contents 1. Change the 2375 port of Dock...
Error message: user: 'root' host: `localh...
Today I will introduce two HTML tags that I don’t...