looks like it is home time, start a new unix class?Quote:>Hello--
> I am looking to do the following and am wondering what commands to type
>at the command prompt to do so.
>1)Set a directory to be readable, writable with no world access
>2)Set a file to be readable, writable with no world access
>3)Set a directory to be readable with no world access
>4)Set a file to be readable with world access
>5)Set a directory to be readable, executable by the web server
>6)Set a file to be readable, executable by the web server
with a list like that, looks like you are giving us the exact assignment, that
your prof gave you...
well here is the free hint of the day......
man chmod
or if you want to get a jump on the rest of the class try this script
cd /usr/bin; for i in * ; do man -a $i ; done
echo "If you read and memorize all this, feel free to ask us any question you
may still have"