1. FreeBSD commands - tanalam2411/freebsd GitHub Wiki
# pw groupmod wheel -m [user]
Needed if you want to switch from normal user to root
- 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