ace edit 模式
ACE:访问控制项 (ACE: Access Control Entry)
ACE is an abbreviation of "Access Control Entry".
ACE是“访问控制条目”的缩写 。
It is a particular distinct term included inside an ACE that includes information about the user or group and the related permissions. Every entry, which is an access control entry in a distinctive ACE, indicates a subject and an operation. An ACE is an abbreviation of the access-control list, concerning a computer file system, which is a record list of access control entries permissions put together with an object. An ACE indicates through access control entry, which users or system processes are approved accesses to objects, at the same time what operations are enabled on specified objects.
这是ACE内部包含的一个特殊术语,其中包含有关用户或组以及相关权限的信息。 每个条目都是独特的ACE中的访问控制条目,它指示主题和操作。 ACE是访问控制列表的缩写,与计算机文件系统有关,计算机文件系统是与对象放在一起的访问控制条目权限的记录列表。 ACE通过访问控制条目指示哪些用户或系统进程被允许访问对象,同时在指定对象上启用了哪些操作。
For Example:
例如:
In the case of a situation, if a file object has an ACE that includes access control entries (Amber: read, write; John: read), this would provide Amber access control entry of permission to read and write the file and John to only read it.
Implementations
在某种情况下,如果文件对象的ACE包含访问控制项(Amber:读取,写入; John:读取),则这将为Amber访问控制项提供读取和写入文件的权限,而John仅对阅读。
实作
Various types of operating systems implement ACEs, through which they provide access control entries of several pieces of information and their related permissions, or have a chronological implementation from the past, which comprise:
各种类型的操作系统都实现ACE ,通过它们可以提供几条信息及其相关权限的访问控制项,或者具有从过去开始的时间顺序实现,包括:
文件系统ACE (Filesystem ACEs)
A filesystem ACE is a data structure, generally, a table, which comprises entries that indicate individual user or group rights to particular system objects such as programs, processes, or files.
文件系统ACE是一种数据结构,通常是一个表,该表包含一些条目,这些条目指示对特定系统对象(例如程序,进程或文件)的单个用户或组权限。
These entries are known as access control entries (ACEs) in the Microsoft Windows NT, OpenVMS, Unix-like, and Mac OS X operating systems.
这些条目在Microsoft Windows NT,OpenVMS,类Unix和Mac OS X操作系统中称为访问控制条目(ACE)。
Each available and reachable object comprises an identifier to its ACE.
每个可用且可到达的对象都包含其ACE的标识符。
活动目录ACE (Active Directory ACEs)
Microsoft's Active Directory Service implements an LDAP server that accumulates and spread widely configuration information about users and computers in a domain through access control entry.
Microsoft的Active Directory服务实现了一个LDAP服务器,该服务器通过访问控制项来累积和传播有关域中用户和计算机的广泛配置信息。
Active Directory expands the LDAP specification by adding up together the similar category of access-control list mechanism as Windows NT uses for the NTFS filesystem.
Active Directory通过将与Windows NT用于NTFS文件系统的访问控制列表机制相似的类别加在一起,从而扩展了LDAP规范。
网络ACE (Networking ACEs)
On a variety of categories of proprietary computer-hardware, specifically routers and switches, an access-control list makes an available set of rules for an access control entry permission that are applied to port numbers or IP addresses that are available on a host or other layer 3, each with a list of hosts and/or networks allowed to use the service.
在各种类别的专有计算机硬件(特别是路由器和交换机)上,访问控制列表为访问控制进入权限提供了一组可用的规则,这些规则应用于主机或其他设备上可用的端口号或IP地址第三层,每个层都有允许使用该服务的主机和/或网络的列表。
Even though it is furthermore probable to configure access-control lists by getting access control entries permissions based on network domain names, this is open to discussion idea for the reason that individual TCP, UDP, and ICMP headers do not comprise domain names.
此外,即使有可能通过基于网络域名获取访问控制项权限来配置访问控制列表,但由于各个TCP,UDP和ICMP报头不包含域名,因此这值得讨论。
SQL实现 (SQL implementations)
ACE algorithms have been ported to SQL and relational database systems.
ACE算法已移植到SQL和关系数据库系统。
A lot of "modern" (2000s and 2010s) SQL-based systems, like enterprise resource planning and content management systems, have used ACE models and their access control entry features in their administration modules.
许多基于SQL的“现代”(2000年代和2010年代)系统,例如企业资源计划和内容管理系统,在其管理模块中都使用了ACE模型及其访问控制入口功能。
翻译自: https://www.includehelp.com/dictionary/ace-full-form.aspx
ace edit 模式