L
L
lapka-admin2018-04-19 07:02:24
linux
lapka-admin, 2018-04-19 07:02:24

Where is user anonymus located?

Using FTP, you can allow an anonymous user with logins anonymus or ftp to log in.
Let's say you need to give him permission to write to a certain folder, but the command
cat /etc/passwd
does not display the anonymus user in the list. There is an ftp user, but it's like a daemon... Question: there is a folder, you need to make it the owner of the anonymus user so that he has write permissions to it, for example, with the command How to do this if the user is nowhere to be found? And what group it has is also not clear...
ftp:x:111:118:ftp daemon,,,:/srv/ftp:/bin/false
sudo chown -R user:group /home/anonymus/dir/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
CityCat4, 2018-04-19
@lapka-admin

anonymus can be an ftp alias. It can be registered in the ftp server config

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question