Each of these three digits is constructed by adding the desired permissions Settings: read (4), write (2), and execute (1).
这三个数字中的每一个都通过添加所需的权限设置来构建:读(4),写(2)和执行(1)。
In this output, none of the users or groups have base permissions to allow read, write, or execute.
在这个输出中,没有用户或组具有允许读、写或执行的基本权限。
This way, all of the read operations and corresponding processing execute outside of a transaction's context, and consequently do not hold locks in the database for the duration of the transaction.
通过这种方法,所有读取操作和相应的处理将在事务的上下文之外执行,因此不会在事务持续时间内在数据库中保持锁。
With this strategy, because you are not holding read locks on data, the chance of getting stale data exceptions when you execute the update operations increases.
通过此策略,由于您未对数据保持读取锁,因此在执行更新操作时遇到失效数据异常的机率会增加。
A LISP program can read LISP statements from a text file and execute them as if they were part of the original program.
LISP程序可以从文本文件中读取语句,并且好像它们是原始程序一部分一样执行它们。
Any user who has EXECUTE privilege on these procedures can read or update automatic maintenance policies.
拥有这些过程的EXECUTE权限的任何用户均可以读取或更新自动维护策略。
The next three bits (in green) represent a group's right to read, write, and execute the file.
接下来的三位(用绿色表示的)表示组对该文件的读、写和执行权限。
The permissions define who can access a given file, who can read it, who can write to it, and who can execute it.
权限定义谁可以访问给定文件、谁可以读取它、谁可以向其写入,以及谁可以执行它。
The ideal number is one per processor, but that implies that none of these threads should execute a blocking operation such as a synchronous read/write or a wait on an event.
理想的情况是,线程数量等于处理器的数量,不过这也要求任何线程都不应该执行诸如同步读写、等待事件通知等阻塞型的操作,以免线程阻塞。
Depending on how your application is designed, you may be forced to execute read operations outside the transaction's scope, even when the read operations are used for update intent.
根据您的应用程序的设计,您可能需要在事务作用域外部执行读取操作,即使读取操作用于更新目的。
User Gretchen's home directory has neither read nor execute permission for the Gretchen group or other users, so user Ian cannot access it.
用户gretchen的主目录没有gretchen组或者其他用户的读和执行权限,所以用户ian不能访问它。
Now, the ACL is defined to give the root user read, write, and execute permissions, but not the deletion (that is, the "d") permission bit.
现在,ACL 已定义成赋予根用户读、写和执行权限,但没有删除权限位(即 “d”)。
For example, using chmod + RWX would set all the read, write, and execute permissions for a file.
例如,使用chmod +rwx将会设置文件的所有读、写和执行权限。
First, we change the access rights for the.ssh directory so that only the owner has read, write, and execute privileges.
首先我们更改.ssh目录的访问权,只允许所有者拥有读取、写入和执行的权限。
The three values, respectively, indicate whether the user, group, or everyone has read (r), write (w), or execute (x) permission.
这三个值分别表示用户、组、组成员是否拥有读 (r)、写 (w)或 (x)执行权限。
chmod go+rx IBM: This command enables the read and execute privileges for group and others.
chmod go+rxIBM:这个命令为组和其他用户设置了读和执行权限。
User tom's home has execute but not read permission, so user ian cannot list the contents, but can access objects within the directory if he knows they exist.
用户tom的主目录有执行权限,但是没有读权限,所以用户ian不能列出内容,但是如果知道对象存在,就可以访问目录下的对象。
You may also need to restore read and execute permissions to the contents of the ARQ bin directory.
可能还需要恢复ARQbin目录的读取和执行权限。
In the previous example, user xray, is denied a write, but the permit rule allows a read and execute. This operation could also be accomplished as one permit rule, like so.
在这个示例中,拒绝用户xray写,但是permit规则允许读和执行。
It allows you to execute text that you read in or create as if it were part of your program.
它允许您执行您读入的或创建的文本,就好像它是您程序的一部分。
Sure enough, when you try to execute the SQL statement, you get an exception telling you that the connection is a read-only connection.
毫无疑问,在试图执行sql语句时,您会得到一个异常,告诉您该连接是一个只读连接。
Fine-grained access control goes beyond granting or denying the right to execute a program or read a data file.
细粒度访问控制不只是授予或拒绝执行程序或读取数据文件的权限。
While you're welcome just to read the code listings, you'll enjoy them much more if you can execute them for yourself, and, even better, change them to experiment according to your own ideas.
虽然大家会乐意阅读代码清单,但如果能亲自执行代码则更好,而根据自己的想法对代码进行更改并实验,这样将会甚至更佳。
You must make sure that your ASP.NET worker process has permissions to read, execute, and write to it.
你必须确信你的ASP.NET工作进程拥有读取、执行和写入的权限。
Programs should be written for people to read, and only incidentally for machines to execute.
程序应该被写来让人们阅读,只是顺便为了机器执行。
When you type them into the Python interpreter (or if you save them in a file and execute them as a Python program), the statements are read starting on the left side and progressing to the right.
当把它们键入Python解释器中(或者将它们保存在一个文件中,并作为一个Python程序来执行)时,读取语句的顺序是从左到右。
User Greg's home directory has read and execute permission for members of the development group, so users Tom and Ian can list the directory.
用户greg的主目录有development组成员的读和写权限,因此用户tom和ian能够列出目录。
Ensure that you have given recursive read-write-execute permission to the various installation binaries before starting the installation: chmod -R 777
在安装之前,确保您拥有对各种安装二进制文件的递归读-写-执行权限:chmod -R 777
Each mapped page is restricted in the types of operations that may be performed on its contents: read, write, and instruction fetch (also called execute).
每个被映射的页面都有读、写以及取指令(也叫执行)的限制。
Each mapped page is restricted in the types of operations that may be performed on its contents: read, write, and instruction fetch (also called execute).
每个被映射的页面都有读、写以及取指令(也叫执行)的限制。
应用推荐