Software / Linux / Manuals Manual: vi
PROLOG
This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the ...
Internet / Email How do I see queued messages in qmail?
To view a count of the messages in qmail
/var/qmail/bin/qmail-qstat
To view more details on the messages in the queue
/var/qmail/bin/qmail-qread
To view the ...
Software / Hosting Control Panels How do I run a backup for a single account in DirectAdmin?
Set the USER variable to the account name to backup.
USER="example"
echo "action=backup&append%5Fto%5Fpath=nothing&database%5Fdata%5Faware=yes&email%5Fdata%5Faware=yes&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&select%30=$USER&type=admin&value=multiple&when=now&where=local" >> /usr/local/directadmin/data/task.queue
...