Skip to Content.
Sympa Menu

baslinux - Re: Printing with gs , was Re: [BL] Writing to /tmp

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: Printing with gs , was Re: [BL] Writing to /tmp
  • Date: Thu, 10 Feb 2005 06:52:26 +1300

sindi keesan wrote:
>
> >> chmod a+w /tmp
>
> Does this produce files which are still the
> property of the user who wrote them,

chmod does not produce files. It simply sets
permissions on existing directories or files.
In the above example it makes the /tmp directory
writeable for all users.

> If so, is there some way to make all the files
> in /tmp writeable by all?

chmod a+w /tmp/*

Cheers,
Steven

____________________________
http://www.basiclinux.com.ru




Archive powered by MHonArc 2.6.24.

Top of Page