Restricting users to the folder on linux
If you have a web server it is not necessary to have a FTP server but have users SFTP. The problem next arises is to restrict users to their respective www directories and below are the steps to restrict users. #Create a group for SFTP $groupadd sftpwww #Create a user $useradd john9 #Add user to … [Read more…]