WenRou's Blog

新浪微薄腾讯微薄

最新碎语:测试图片碎语哦

标签关键词

关于 user.list 的文章共有1条

重建directadmin user.list用户

面板重建directadmin user.list用户

阅读(11340) 评论(0)

Create a fix.sh somewhere and fill it with the following code: #!/bin/sh cd /usr/local/directadmin/data/users for r in `ls */reseller.conf | cut -d/ -f1`; do {    ...