Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/file_sharing/sftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ useradd -M -d /var/www/sub-domains/com.myfixedaxel/html -g apache -s /usr/sbin/n

Let's break down those commands a bit:

* The `-M` option says to *not* create create the standard home directory for the user.
* The `-M` option says to *not* create the standard home directory for the user.
* `-d` specifies that what comes after is the *actual* home directory.
* `-g` says that the group that this user belongs to is `apache`.
* `-s` says that the shell the user is assigned is `/usr/sbin/nologin`
Expand Down