Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize read and write permissions in vsFTPd

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to achieve vsFTPd read and write access, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to understand it!

FTP users are generally not allowed to log in to the system, which is also for security. In the system, a user who does not have the right to log on to the system is generally called a virtual user, and a virtual user is also written into / etc/passwd; this is only a method of a virtual user, but it is not a real virtual user, just takes off his right to log on to SHELL, so he does not have the ability to log in to the system.

If we want to locate the beinan user directory in the / opt/beinan directory and cannot log in to the system, we should do the following

[root@localhost] # adduser-d / opt/beinan-g ftp-s / sbin/nologin beinan

[root@localhost ~] # passwd beinan

Changing password for user beinan.

New password:

Retype new password:

Passwd: all authentication tokens updated successfully.

[root@localhost ~] #

In fact, this is not enough. We also need to change the configuration file vsftpd.conf to ensure that the local virtual user has read and write access.

Local_enable=YES

Write_enable=YES

Local_umask=022

The above is all the contents of the article "how to achieve read and write access in vsFTPd". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report