View Single Post

   
  #2 (permalink)  
Old 05-13-2008, 07:09 PM
Oscar del Rio
 
Posts: n/a
Default 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
Reply With Quote