From df6082fb5fe494a07e31d1e2b8596edb01bdee5e Mon Sep 17 00:00:00 2001 From: Martin Heinen Date: Sun, 1 Dec 2002 23:22:01 +0000 Subject: [PATCH] Minor markup changes, remove a duplicate paragraph, fix a typo. Reviewed by: trhodes --- .../books/handbook/security/chapter.sgml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml index b2a968a194..0f082e6229 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -3510,23 +3510,20 @@ user@unfirewalled.myserver.com's password: ******* - &prompt.root; umount /usr - &prompt.root; tunefs -a enable /dev/diskNsNx - &prompt.root; mount /dev/diskNsNx /usr + &prompt.root; umount /usr +&prompt.root; tunefs -a enable /dev/diskNsNx +&prompt.root; mount /dev/diskNsNx /usr - This assumes that /dev/diskNsNx is the + This assumes that /dev/diskNsNx is the /usr partition. ACLs can also be enabled by passing the argument to &man.mount.8;: - ACLs can also be enabled by passing the - flag to to &man.mount.8; with the option: - &prompt.root; mount -o acls /dev/diskNsNx /usr This flag can also be set in /etc/fstab. - It is recommended to use the former over the later to avoid remount + It is recommended to use the former over the latter to avoid remount issues with the root file system.