FreeBSD Show Disk Quota Limits Command

I ‘m a new FreeBSD unix user and backup file on a FreeBSD based unix server. How can I check quota limits and disk usage using shell prompt on a FreeBSD based system?   You…

FreeBSD 10: Apply Binary Updates To Keep Base System Up To Date

I know keeping a FreeBSD server up to date is a very important. How can I apply binary system patches and updates to a new installation of FreeBSD 10 server?   You need to use…

HowTo: Use ps, kill, nice, and killall To Manage processes in FreeBSD and OS X Unix Operating System

I ‘m a new Unix system user. How can I manage process on a FreeBSD operating systems?   A process is nothing but an executing program on FreeBSD or Unix-like system. Each process on the…

How To Install MariaDB Databases on a FreeBSD v10/11 Unix Server

I ‘m a new FreeBSD unix user. How can I install MariaDB database server on a FreeBSD unix based system?   MySQL is a very fast, multi-threaded, multi-user and robust SQL database server. The latest…

How To Add Swap on FreeBSD Unix Systems

I need additional swap space to improve my FreeBSD Unix server/desktop performance. How do I add a swap file to FreeBSD system using command line options without creating a new partitions? How do I encrypt…

FreeBSD Force DHCP Client (dhclient) to Renew IP Address To Get A New Lease

I have a Linux DD-WRT router DHCP server running on my network. How can I force my FreeBSD based dhcp client to get a new lease from this Linux based router? What is the command…

FreeBSD Unix Show Mounted File Systems

I recently switched from MS-Windows server to a FreeBSD Unix server. How can I see list of mounted file systems on a FreeBSD based Unix server using command line options?   The command to view…

FreeBSD Unix Find Out Which Programs Are Listening On a Given Port Number

I ‘m a new FreeBSD Unix system user. How can I find out the process/programs names listing on a certain port on a FreeBSD Unix systems using command line? How do I lookup the process…

How To Find Out FreeBSD Version and Patch Level Number

H ow do I find out my FreeBSD server version and patch level of the installed system using command line option?   You can use any one of the following command to display the FreeBSD…

FreeBSD Add a User To Wheel Group Command

H ow do I add a user to the wheel group in FreeBSD unix operating systems using command line options?   You need to use the pw command line utility for adding, modifying and removing…