DragonFly users List (threaded) for 2008-07
DragonFly BSD
DragonFly users List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Hammer pfs permissions


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Jul 2008 07:40:53 -0700 (PDT)

:Hi,
:
:It doesn't seem to be possible to assign permissions
:(like 1777 for /tmp) to pseudo-filesystems:
:
:   hammer pfs-master /tmp
:   chmod 1777 /tmp
:   ls -la /tmp
:   # still shows "lrwxr-xr-x" for /tmp
:
:Regards,
:
:   Michael

    Softlinks have traditionally had this problem.

    I think what we really need to do is make PFS's mountable with the
    mount command.

    There is a workaround... use mount_null to mount the PFS:

    mount_null /pfs1 /tmp
    cd /tmp
    chmod 1777 /tmp

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]