Return to Snippet

Revision: 33730
at October 12, 2010 21:37 by fillyouin


Initial Code
mysql psa -e "SELECT REPLACE(sys_users.home,'/home/httpd/vhosts/','') AS domain,sys_users.login,accounts.password FROM sys_users LEFT JOIN accounts on sys_users.account_id=accounts.id ORDER BY sys_users.home ASC;"

Initial URL


Initial Description
List all FTP users on server

Initial Title
All FTP users on server

Initial Tags
linux, apache, user

Initial Language
Apache