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 |
Explain the free command.
How many commands are there in linux?
How do I find cpu in linux?
What are linux commands?
what is the command for finding the higest memory occupied file in linux?
What does mkdir mean?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?
What is history command in linux?
How do I find command history in linux?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
Why bash is used in linux?