List Pure-FTPd virtual users
Build a paste-ready command, then review its compatibility and effects before running it.
read-onlyrequires privileges Compatibility
LinuxVerified for Linux using posix, bash, zsh syntax.
Operational knowledgereview due 2027-01-19
Requirementspure-pwpure-pw must be installed and available on PATH.Elevated accessReview the exact scope before using an elevated account.
Version supportpure-pw Current supported releasesVerified for linux using posix, bash, zsh syntax; consult compatibility notes for platform-specific differences.
Expected signalsalice /srv/ftp/alice/./Representative successful output; values vary with the selected target and system state.
Known errorspure-pw: command not foundpure-pw is missing or is not available on PATH.Permission deniedThe current identity does not have the required access.
Verifypure-pw listThe output matches the expected target and exits without an error.Rollback noteNo universal automatic rollback is available. Capture the current state and use the tool-specific recovery procedure before applying changes.
Command breakdown
01pure-pwCommandRuns the pure-pw stage of this one-liner.
02listArgumentPasses list to pure-pw.
Example input
pure-pw list
Example output
alice /srv/ftp/alice/./
backup /srv/ftp/backup/./
publisher /srv/ftp/publisher/./
Illustrative output — exact values vary by system and data.
Official sources
Related commands