Create new user and give ftp acces to a single folder

Discussion in 'HOWTO-Related Questions' started by newbie14, Sep 28, 2010.

  1. newbie14

    newbie14 New Member

    Dear All,
    What is the command I need to create a new user and give the user only permission to a single folder via ftp?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    If you use system users for FTP, take a look at the useradd command:
    Code:
    man useradd
    Then in your FTP server configuration, you can limit your FTP users to their home directories.
     

Share This Page