answersLogoWhite

0


Best Answer

In Windows, files have an owner (usually the creator), but not a group, to which they 'belong'. - and the owner isn't really important in determining access rights. Files either have an explicit list of people and groups or inherit it from a parent directory. These lists specify individual users and groups (in a list) who have access to the directory/file/subdirectories, and the specific rights granted to each item.

In Unix/Linux, each file and directory belongs to a specific user AND group - for example, configuration files may belong to user root and a group set up for administrators (typically called 'wheel'). Instead of having a list of people who can/cannot access the file, you simply specify read, write and execute privileges for the owner and group the file belongs to, and then anyone else.

In Windows, if you have a configuration file, the owner doesn't matter. Instead you set the ACL to include any Administrators you want to access the file, as well as any other users that may need to read it, including the program it configures.

In Linux, you'd perhaps set the same configuration file to belong to the root user, and the group to which the configured program runs in, and everyone to no rights at all - so only root and the program can read it. Or you could set the owner to the user the program runs under and the group that the Administrators belong to, so the program can read it and so that Administrators et.al. can change the file, but keep everyone set to no rights to keep the configuration secure.

They are two different ways of accomplishing security, each with their own configuration peculiarities and performance issues.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

As far as I know, there is no difference. File permissions in filesystems are determined by the filesystem, not the operating system. File permissions and properties are stored as filesystem metadata, not as information in the file itself. This includes most security features such as access control lists and mandatory access control labels.

Linux, however, migh "map" the permissions NTFS describes for a file into the standard owner/group/other read/write/execute permission model as an absctraction, but no one in their right mind would cause NTFS's metadata format to change and expect Windows to be able to read the filesystem afterward, so likely this view of the permissions in Linux doesn't really resemble the way the permissions are stored in filesystem metadata.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the differences between Windows and Linux access control lists?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between a Discretionary Access Control List DACL and a System Access Control List on Microsoft Windows systems. What access permissions can be assigned to a file in Windows 7.?

cool nice cool


What are the differences between user and administrator on windows?

In Windows, a user is someone with limited control on what can be done to a computer. You can only access certain features such as opening programs and closing them, volume, calculator, and majority of the downloaded programs. You will not be allowed to access downloads, updates, or computer files such as %system 32 or 64. You also cannot access other users' files on the computer. However, an Administrators account has complete access to the computer. It allows for every operation to be performed and gives access to the files of other users account. They are also responsible for setting parental controls and time lengths on Windows 7.


What are the differences between Microsoft Access and database?

None. Microsoft Access is a database application.


What two access controls can be set up for Windows Server 2003 folders and authentication?

The two access controls can be set up with "Authentication and Access Control. These are available in the Windows Server 2003 folders.


What are the key differences between Windows File Protection used in Windows XP and Windows Resource Protection used in Vista?

Windows File Protection (WFP) is a service of XP which protects important system files and other files crucial to the operation of Windows. Windows Resource Protection (WRP) is the WFP replacement new in Vista. The amount of protected files is drastically increased and protection is extended to registry keys. Vista does this by using Access Control Lists (ACLs) and limiting changes to protected files to one program: TrustedInstaller.exe. Administrators also have more limited control over changes in system files and registry keys: they no longer have default access; they must first change the ACL entry before access is granted to sensitive system files or registry keys.


What is the difference between access control list and access control entry?

Access Control list is the audit settings and security settings of objects. whereas Access Control Entry is the entry within the ACL. mightymax


In a Windows 2000 workgroup where is access to an individual workstation on the network controlled?

Each individual workstation would control its own access. Whereas in a domain environment the server would control access to each individual workstation.


What are the similarities and differences between the way in which Windows and Linux manage processes?

Linux allows full access to the source code. Windows does not. The command line has always proven useful when altering software. Windows differs from Linux in command line limitations as well. Linux provides a centralized location in which software and application can be controlled.


What are the differences between the control panel and the task manager?

The control panel provides access to applications that allow the management of the computer. The task manager allows for controlling the processes running on the computer - starting them and stopping them, as well as getting metrics on the running processes and applications.


What is the purpose of Windows Remote Management?

Windows Remote Management allows Windows users to control what can and cannot access their computer from a remote device. This is useful for preventing hackers from getting onto one's computer.


How do you access the Power Management dialog box in Windows 2000XP?

Open Control panel, double-click Power Options


What are the differences between logical link control and media access control sub layers?

MAC function is framing of packets and LLC functions are protocol multiplexing, flow control, detection, and error control through a retransmission of dropped packets.LLC acts as an interface between MAC and Network Layer.The following definitions are also true:Logical Link Control (LLC). This sublayer is responsible for the data transmission between computers or devices on a network.Media Access Control (MAC). On a network, the network interface card (NIC) has an unique hardware address which identifies a computer or device. The physical address is utilized for the MAC sublayer addressing.