Thread
:
Setting the sticky bit using symbol
View Single Post
#
2
(
permalink
)
05-13-2008, 07:09 PM
Oscar del Rio
Posts: n/a
Re: Setting the sticky bit using symbol
cnurbw@yahoo.com
wrote:
> Can someone please tell me why I can't set the sticky
> bit symbolically ? Please seee below.
> chmod o+t OpC
Drop the 'o'
chmod +t OpC
Oscar del Rio