Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 1999 11:39:57 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Ruslan Ermilov <ru@FreeBSD.ORG>
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/13889: /usr/bin/chmod +t and /usr/bin/chmod +s have no effect 
Message-ID:  <50471.937993197@axl.noc.iafrica.com>
In-Reply-To: Your message of "Wed, 22 Sep 1999 00:40:01 MST." <199909220740.AAA79146@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Wed, 22 Sep 1999 00:40:01 MST, Ruslan Ermilov wrote:

>  The sticky bit is ignored for regular files, see sticky(8) and chmod(2).

The submitter did not properly describe the problem. What he meant for
the sticky case was this:

	$ mkdir /tmp/somedir
	$ ls -ld /tmp/somedir
	drwxr-xr-x  2 sheldonh  wheel  512 Sep 22 11:38 /tmp/somedir
	$ chmod +t /tmp/somedir
	$ ls -ld /tmp/somedir
	drwxr-xr-x  2 sheldonh  wheel  512 Sep 22 11:38 /tmp/somedir

>  Can I close this PR?

You decide. :-)

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50471.937993197>