1. FreeBSD commands - tanalam2411/freebsd GitHub Wiki

  1. Add user to wheel group

# pw groupmod wheel -m [user]

Needed if you want to switch from normal user to root

  1. List all users
awk -F":" '{print $1}' /etc/passwd
awk -F":" '{print $1}' /etc/group

Create FreeBSD VM using VMWare workstation - https://www.youtube.com/watch?v=1U58YeGEMac