I'm trying to unlock my files using chmod. But I can't remember where to put the R to unlock all files at once.
Like chmod 777 /home R
Its been a while since I've been on my Linux box so go easy.
Thanks Hollywood
Page 1 of 1
Can't remember how to
#2
Posted 05 August 2004 - 06:38 AM
good, that's "R" for recursive. plus one for remembering.
the recursive directive is a command line switch, sooo...
yup, it needs a hyphen char.
try "chmod -R 777 topdirname"
ciao!
the recursive directive is a command line switch, sooo...
yup, it needs a hyphen char.
try "chmod -R 777 topdirname"
ciao!
Share this topic:
Page 1 of 1

Help










