From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Help: Newbie deleting /tmp In-Reply-To: Your message of "Thu, 20 Nov 2003 17:35:01 GMT." From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <98827.1069348178.1@t40.swtch.com> Message-Id: Date: Thu, 20 Nov 2003 12:09:38 -0500 Topicbox-Message-UUID: 8fe6439e-eacc-11e9-9e20-41e7f4b1d025 > Help. I am a newbie. > I have erased the /tmp directory and I can not recreate it. > The message is something like "Can't create directory in a mounted place" > I try > bind -ca /usr/glenda/tmp /tmp > but is incorrect. > Please: help me. > Antonio. if the file server is not checking permissions: mount -c /srv/boot /n/boot mkdir /n/boot/tmp otherwise, if you are using kfs: disk/kfscmd 'create /tmp sys sys 555 d' otherwise, if you are using fossil: con -l /srv/fscons fsys main create /tmp sys sys d555 ctl-\, q