Jun 1, 2001 #1 071 MIS Joined Aug 9, 2000 Messages 153 Does anyone know how to change the permissions to ( numerically) drwxrwxrwx ? Cheers, 71
Jun 1, 2001 #2 grega Programmer Joined Feb 2, 2000 Messages 932 Location GB That would be chmod 777 <directory name> Greg. Upvote 0 Downvote
Jun 1, 2001 Thread starter #3 071 MIS Joined Aug 9, 2000 Messages 153 Already tried that, but no 'd'. Little rusty..... -rwxrwxrwx Cheers, 71 Upvote 0 Downvote
Jun 1, 2001 #4 grega Programmer Joined Feb 2, 2000 Messages 932 Location GB Maybe I misunderstand, but you can't "change" the 'd' bit .. that signifies a directory, not a file. Greg. Upvote 0 Downvote
Maybe I misunderstand, but you can't "change" the 'd' bit .. that signifies a directory, not a file. Greg.
Jun 1, 2001 #5 dcutinha MIS Joined May 3, 2001 Messages 24 Location FI Hi The First Bit in the long listing is always the kind of file so as a end-user we have no control over it. Basically it tell the OS what kind of file u r referring to But chmod 777 is the best u can do with chmod . Enjoy Unix.. s-) ccDJC Upvote 0 Downvote
Hi The First Bit in the long listing is always the kind of file so as a end-user we have no control over it. Basically it tell the OS what kind of file u r referring to But chmod 777 is the best u can do with chmod . Enjoy Unix.. s-) ccDJC