I do know how to set chmod codes through windows (not that I understand
unix). But I need to access the security tab to do it.
When you access it in safe mode it does not look the same as when you
access
it normally (or it does not seem to be the case on this computer).
I know 100% that I have accessed it through this same computer about 3-4
weeks ago as normal. I have done a windows update since then and i figure
this screwed it around.
When you access it normally you can set the values read(r), write(w),
execute(x) for either user(u), group(g) or everyone(e).
chmod 755 is the same as setting the file permissions as (u)rwx (g)r-x
(e)r-x
or
read write execute
user x x x
group x x
everyone x x
These are not the options given to you in safe mode.
I think ill just have a go at learning unix.
Thanks for the info dude
Ramesh said:
I don't understand the chmod style too. Perhaps you're trying to run a
web
server in your system, and want to configure the folder permissions
accordingly?
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting
http://www.winhelponline.com
I am trying to set the permissions to have
these settings.
User Group Everyone
rwx rwx rwx (chmod 777)
rwx rwx r-x (chmod 775)
How can I do this in safe-mode?
The layout/display of the file permissions is unfamiliar to me.
It looks like this:
Allow Deny
full controll x
modify x
read and execute x
read write x
By default it is set as allow. It says deny overrides allow.
What would I do here to get the equivalent settings as above?