Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

1.7. FreeBSD 初始化設置

剛剛添加了一個neo用戶,但這個用戶並不能 su - root, 預設配置下 FreeBSD在安全性方面做得比Linux好很多,你需要做下面的操作將neo 添加到 wheel組才能使用su命令

# pw usermod neo -G wheel
# id neo
uid=1001(neo) gid=1001(neo) groups=1001(neo),0(wheel)