How to FTP user access other directory except his own home
directory ?
Answer Posted / kumar
specify the user in /etc/vsftpd/user_list.
then in /etc/vsftpd/vsftpd.conf ,add userlist_deny=NO,,,,
then restart d service......... set d selinux for the
accessing home directory..........
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What would be the result of the command paste -s dog cat?
In order to display the last five commands you have entered using the fc command, you would type?
How do I check terminal history?
What does chmod 777 do?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is a make target?
How do I run a .sh file in linux?
What is mkdir m in linux?
What is the ipconfig command for linux?
Does cp overwrite?
How many interfaces(ethernet cards) are working using single command?
How to write the output of a command to a file?
What are the options of wc command?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?