From 87812d44e6ef1b1e08a14b834180f29aef135754 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sat, 21 Jun 2008 07:24:18 +0000 Subject: [PATCH] Update Question 10.4: - Mark up su(1) with Approved by: gabor --- en_US.ISO8859-1/books/faq/book.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index bb38746259..4995eec005 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -5837,12 +5837,12 @@ perm /dev/acd0 0660 Why do I get the error, you are not in the correct - group to su root when I try to su to + group to su root when I try to su to root? - This is a security feature. In order to su to + This is a security feature. In order to su to root (or any other account with superuser privileges), you must be in the wheel group. If this feature were not there, anybody with an account @@ -5852,7 +5852,7 @@ perm /dev/acd0 0660 &man.su.1; will prevent them from even trying to enter the password if they are not in wheel. - To allow someone to su to root, simply + To allow someone to su to root, simply put them in the wheel group.