vcdir.readme
来自「相当优秀的 UNIX 进程管理工具」· README 代码 · 共 28 行
README
28 行
vcdir converts a .dir_control file into a mysql dir_control table. Compile line example for gnu/linux:Compile:gcc -I.. -I/usr/include/mysql -g -O2 -Wall -c vcdir.cLink:gcc -g -O2 -Wall -o vcdir vcdir.o ../libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lnsl -lcrypt -lmExample on how to use it:./vcdir domainname.comIn the above example vcdir converted a domain named "domainname.com"To check if it worked, use the mysql command line interface.mysql -uroot -p<enter your root password>use vpopmail;select * from dir_control where domain = "domainname.com";It should show data. The second column is the current numberof users on your system.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?