N
N
nnmnews2012-08-21 20:40:11
linux
nnmnews, 2012-08-21 20:40:11

How to give access to someone else's directory via FTP?

Good day!
There are two users user1 and user2. It is necessary to give user2 access to the /home/user1/dir/test/
directory via FTP. The rights to the directory are 775. Accordingly, the owner is user1:user1.
VSFTPD server. Tried to create user user2 like this useradd -d /home/user1/dir/test/ -g user1 user2. When connecting, the FTP server issues cannot change directory /home/user1/dir/test/.
Tell me which way to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Silver_Clash, 2012-08-21
@Silver_Clash

sudo mount -o bind /home/user1/dir/test/ /home/user2/some_folder/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question