How to create a user with a non-standard home directory
Environment
Issue
Resolution
# mkdir -p /path/to/directory/user# mkdir -p /storage/media/myuser# chcon -Rv --type=user_home_dir_t /path/to/directory/user# chcon -Rv --type=user_home_dir_t /storage/media/myuserPreviousConfigure Ubuntu 22.04 as a DNS server using ControlDNextHow to create a chroot sftp user with logging on a non-standard home directory
Last updated