How to compile ‘QUOTA’ support for your FreeBSD server.
I need file system quota support for FreeBSD server. Quick and Dirty How to compile ‘QUOTA’ support for your FreeBSD server. Please see: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html for more detailed instructions. To complete the following you will need to have to ssh access to your host server along with full root access. Login to the remote host via SSH and become root with ‘su -‘ then backup your current kernel and ‘/etc’ directory. cp -Rp /boot/kernel /boot/kernel.good cp -Rp /etc /etc.good Now verify […]
Read More