chmod
美
英 
- 網(wǎng)絡(luò)權(quán)限;改變權(quán)限;改變文件的權(quán)限
例句
Here are a few examples of chmod usage with letters (try these out on your system).
下面是一些用字母修改權(quán)限的例子(值得你嘗試)
To invoke this script, ensuring that it's executable (chmod +x user. rb), you invoke it with a user.
要調(diào)用這個(gè)腳本,首先應(yīng)確保它是可執(zhí)行的(chmod+xuser.rb),然后通過(guò)一個(gè)用戶(hù)調(diào)用它。
Of course, somewhere in here the file loses execute permissions, but you can copy it off the card, and then chmod +x.
當(dāng)然,文件在該處的某些位置沒(méi)有執(zhí)行權(quán)限,但是可以將其復(fù)制到卡以外,然后使用chmod+x。
These permissions are changeable by using the chmod command and are generally good enough for most of the file security on the system.
可以使用chmod命令修改這些權(quán)限,一般來(lái)說(shuō)它們足以保證系統(tǒng)上大多數(shù)文件的安全性。
You should be able to do that using your FTP client, or you can use the chmod command with the 777 parameter.
您可以通過(guò)使用FTP客戶(hù)端修改,或者使用chmod命令將權(quán)限設(shè)置為777。
Use the chmod command with the +x option to add the execute permissions as shown in Listing 5.
使用chmod命令和+x選項(xiàng)添加執(zhí)行權(quán)限,如清單5所示。
You can CHMOD (change the permissions) of a file using your favorite FTP program.
你可以改變文件屬性(更改權(quán)限)的文件使用您最喜愛(ài)的程序。
will remove formatting codes and send the manual page to the chmod. txt file instead of showing it on your screen.
將會(huì)移除格式代碼并將指南頁(yè)發(fā)送到chmod.txt文件,而不會(huì)在屏幕上顯示指南頁(yè)。
Type chmod +x filename to grant every user on your machine permission to execute the file.
鍵入“chmod+x文件名”以便給你電腦上的每個(gè)用戶(hù)增加對(duì)該文件的可執(zhí)行權(quán)限。
chmod, chgrp, and chown use -R to apply mode, group, and ownership changes to an entire file system hierarchy.
chgrp和chown使用-R可以遞歸地將模式、組和所有權(quán)變更應(yīng)用到整個(gè)文件系統(tǒng)層次結(jié)構(gòu)。
Use chown and chmod to set the ownership and permissions on the new directory.
使用chown和chmod設(shè)置新目錄的所有權(quán)和權(quán)限。
The base permissions show the permissions that are set by the chmod and chown command.
基本權(quán)限顯示通過(guò)chmod和chown命令設(shè)置的權(quán)限。
Similarly, chmod +rw filename should also grant everyone read and write access to the file.
類(lèi)似的,“chmod+rw文件名”將會(huì)授予所有用戶(hù)對(duì)該文件的讀寫(xiě)權(quán)限。
chmod go+rx IBM: This command enables the read and execute privileges for group and others.
chmodgo+rxIBM:這個(gè)命令為組和其他用戶(hù)設(shè)置了讀和執(zhí)行權(quán)限。
The second command, chmod, makes the file containing the Python program executable.
第二條命令chmod使包含Python程序的文件成為可執(zhí)行文件。
You modify permissions (except for the directory bit) by using the chmod (change mode) command.
您可以使用chmod(更改模式changemode)命令修改相應(yīng)的權(quán)限(除了目錄位之外)。
You change permissions with the chmod command.
你用chmod命令更改權(quán)限。
Then run a chmod command to make the cloud program executable, and run it by typing cloud.
然后運(yùn)行chmod命令,使云程序變得可執(zhí)行,然后通過(guò)輸入cloud運(yùn)行它。
Note that you must use chmod to make both scripts executable.
請(qǐng)注意,必須使用chmod把兩個(gè)腳本變成可執(zhí)行的。
Run chmod u-s as a workaround to disable it.
作為workaround運(yùn)行chmodu-s來(lái)禁止它。
On most systems, you would do this with chmod +x hello-world or something similar.
在大多數(shù)系統(tǒng)中,您都可以用chmod+xhello-world或類(lèi)似代碼完成此操作。
chmod u+x script. sh: If you write a shell script and want to execute it, enable its execute bit.
chmodu+xscript.sh:如果您編寫(xiě)了一個(gè)Shell腳本,并且希望執(zhí)行它,那么需要設(shè)置其執(zhí)行位。
chmod a+rx script. sh: In addition to u, g, and o, you can use the modifier a for all or user, group, and others.
chmoda+rxscript.sh:除了u、g和o以外,您還可以使用修飾符a來(lái)表示所有用戶(hù)或用戶(hù)、組和其他用戶(hù)。
Important Note: You must CHMOD the "cache" folder located in the TheStyle directory to 777 for this script to work.
重要提示:你必須改變模式“緩存”文件夾位于該風(fēng)格的目錄777本劇本的工作。
The linuxrc file is then made executable using chmod.
linuxrc文件然后使用chmod命令修改成可執(zhí)行的。
Remember to change these files to executable using chmod +x.
記得要使用chmod+x將這些文件更改為可執(zhí)行。
This library provides its own implementations of the "emulated" system calls, such as chmod(2), chown(2), or stat(2).
該庫(kù)提供自己的“模擬”系統(tǒng)調(diào)用實(shí)現(xiàn),比如chmod(2)、chown(2)或stat(2)。
Also, make the script executable by running the command chmod 755 ChompQ. pl.
另外,還要運(yùn)行命令chmod755ChompQ.pl,使腳本可執(zhí)行。
For example, using chmod +rwx would set all the read, write, and execute permissions for a file.
例如,使用chmod+rwx將會(huì)設(shè)置文件的所有讀、寫(xiě)和執(zhí)行權(quán)限。
You can also use the chmod = operator.
您還可以使用chmod=操作符。
For example, on the test cluster for this article, a chmod command was issued on the administration node.
例如,在本文的測(cè)試集群中,在管理節(jié)點(diǎn)上執(zhí)行chmod命令。
For details on how to change file permissions, see man chmod.
查看manchmod可以獲得如何改變文件權(quán)限的詳細(xì)信息。
Here are example applications of chmod
下面是chmod的示例應(yīng)用程序