Skip to content

1. FreeBSD commands

Tanveer Alam edited this page Nov 17, 2018 · 1 revision
  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

Clone this wiki locally