Index: [Article Count Order] [Thread]

Date:  Sun, 10 Sep 2006 07:50:08 -0500
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:06814] Re: /TMP Directory
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <058001c6d4d7$a6057330$0301a8c0@Jerrycp>
In-Reply-To:  <057f01c6d4d4$a10ae980$0301a8c0@Jerrycp>
X-Mail-Count: 06814


> 
> I think it is a problem with line wrap in Brian's message. 
> Following is on one (1) line...
> 
> /usr/bin/perl -pi -e "if (/\/tmp/) { s/defaults/noexec,nosuid,rw/ }"
/etc/fstab
> 

*** Oops! First execute;
  /bin/mount -o remount /tmp

> Then execute 
>   mount | grep "/tmp"
> 
> The above should indicate;
>   /dev/md2 on /tmp type ext3 (rw,noexec,nosuid)

Gerald