I have a user name in /etc/vsftpd/user_list which is for
blocking the ftp user. Now i blocked the user as well ,but
without removing username in user_list i wanna access the
users home directory and his own directory .How will you
access the data ????
Answers were Sorted based on User's Feedback
Answer / sravan
In vsftpd configuration file /etc/vsftpd/vsftpd.conf go to
the end add "userlist_deny=no" and save the configuration
file ,restart the service and check
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / batcha
we can mount the users home directory in /etc/exports with
(rw, roo_squashenabled) and access the path.
| Is This Answer Correct ? | 1 Yes | 10 No |
How can you check the amount of lines in a file?
I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????
What is the gcc command?
What is s in permission linux?
What does umask 077 mean?
What would be the result of the command paste -s dog cat?
Which commands are used to set a processor-intensive job to use less cpu time?
How do I change directories in linux command line?
What is the difference between clang and llvm?
What are bash scripts used for?
What is the difference between locating and locate command?
What language is a makefile written in?