Tools
Creating the home directory on user creation
This article describes how to automatically create a new user home directory in Serv-U when a new user logs on for the first time.
First published date
Last published date
Overview
Product section
Resolution
- Log in to the Serv-U Management Console.
- Click Domain Details > Events.
- Click Add to add a new Event.
- Configure a name to the event. For example:
Automatic Home Directory Creation - Set the Action to Execute Command.
- Set the Executable Path to
C:\Windows\System32\cmd.exe
- Set the Command Line Parameters to:
/C mkdir $LocalHomeDirectory
- Click Save.
Each new user will now trigger the event, which automatically creates their home directory.