Results 1 to 3 of 3
Hi,
I recently switched form mdk 10 to debian sarge ( just wanted to have a look at it mdk's fine)
I found out some weird behaviour using chmod :
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-19-2004 #1Just Joined!
- Join Date
- Oct 2004
- Location
- France
- Posts
- 2
weird behaviour with chmod on sarge
Hi,
I recently switched form mdk 10 to debian sarge ( just wanted to have a look at it mdk's fine)
I found out some weird behaviour using chmod :
If I do a chmod -R 660 HOW2/ ( I use HOW2 here, but it could be anything )
ls -aln
I get drw-rw---- 6 1005 1000 4096 2004-10-18 12:59 HOW2
Everything OK, then cd HOW2/ it goes : bash: cd: HOW2/: Permission non accordée ( cd: HOW2/ permission denied ) hu ! (as a matter of fact it wouldn't let me read any of the file on it, this is how I bumped into this problem)
well id
uid=1005(christophe) gid=1000(christophe) groupes=20(dialout),24(cdrom),25(floppy),27(sudo), 29(audio),44(video),1000(christophe)
How come I can't read the directory then ?
Everything works fine when I get back to 7xx... However I can't quite understand this... ( among a lot of things but this is another story )
From what I gathered, I should be able to read my file, or did I get something wrong at some point ?
Does anyone have a clue ?
cheers
- 10-19-2004 #2
As far as directories are concerned, execute permission is actually search permission as well. You have to be able to execute a directory to ls, cd, etc.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 10-20-2004 #3Just Joined!
- Join Date
- Oct 2004
- Location
- France
- Posts
- 2
Ooops !
Explains a lot. I did get somethin' wrong
I've had a look at quite a few website before I posted this question, I never got through this info humm ! Anyway
Thanx a lot Sarumont


Reply With Quote
