- To: php-general@xxxxxxxxxxxxx
- Subject: Re: Differences between PHP on LAMP and PHP on Windows Servers
- From: Mark Rousell <markr-php-users@xxxxxxxxxxxxx>
- Date: Wed, 23 May 2012 16:25:48 +0100
- In-reply-to: <1337711534.2616.11.camel@localhost.localdomain>
- Openpgp: id=C9C5C162; url=pool.sks-keyservers.net
- Reply-to: markr-php-users@xxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1
On 22/05/2012 19:32, Ashley Sheridan wrote:
> After that, you have file permissions. In Unix, you have file, owner and
> group permissions; Windows has read/write permissions and I believe on
> newer versions you can get something similar to what Unix/Linux has had
> for the last however many years but I'm not 100% sure on that one.
Just to clarify on this point, Windows (or rather NTFS) permissions use
full ACLs and so, for each file system object, any number of users
and/or groups can have any number of allow or deny permissions assigned
to them for a range of activities (e.g. read, write, append, delete,
create, execute, traverse, read/write attributes, read/write
permissions, etc.). There's a good article here that begins to explain
it: 'Understanding Windows NTFS Permissions'
http://www.windowsecurity.com/articles/Understanding-Windows-NTFS-Permissions.html
NTFS ACLs are similar to (not not identical to) Posix Access Control
Lists that are available for Linux and Unixes.
--
MarkR
PGP public key: http://www.signal100.com/markr/pgp
Key ID: C9C5C162
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[PHP Home]
[Apache Users]
[PHP on Windows]
[Kernel Newbies]
[PHP Install]
[PHP Classes]
[Pear]
[Postgresql]
[Postgresql PHP]
[PHP on Windows]
[Find Someone]
[PHP Database Programming]
[PHP SOAP]