chmod

小编 分享 时间:
chmod是什么意思
英式音标:
美式音标:
词义:

n. 更改文件属性;档案权限,修改文件权限;改变文件存取方式

英英释义

Chmod

In Unix-like operating systems, chmod is the name of a Unix shell command and a system call, which both change the access permissions to file system objects (including files and directories), as well as specifying special flags.Tutorial for chmod The name is an abbreviation of change mode.

以上来源于:Wikipedia

用法:

词汇搭配

短语

chmod xxx修改文件权限

outgoing chmod修改下载权限

chmod mode 文件名 ; 文件

FILE CHMOD更动文件存取权为

chmod d更改权限

chmod ow可以消除写访问

ATTRIB chmod修改文件权限

chmod a 所在组 ; 执行 ; 用户 ; 所有

CHMOD ChannelMarkerWord信道标记字

更多收起网络短语

双语例句

You can do this manuallywiththe

CHMOD

commandoruseanautomatedprocess with an installationtool.

可以用

CHMOD

命令手动设置,或者使用安装工具自动完成。

www.ibm.com

Of course,somewherein here the filelosesexecutepermissions,butyou cancopyitoffthecard,and then

chmod

+x.

当然,文件在该处的某些位置没有执行权限,但是可以将其复制到卡以外,然后使用

chmod

+x。

www.ibm.com

Toset thepermissionsonthe abovescriptsso thatotherusershave noaccessrights,youcoulduse

chmod

o=hello*,insteadof thecommandweused toremovepermissions.

要在上述脚本中设置权限,这样其他用户就没有访问权利,您可以使用

chmod

o=hello*替换我们用于删除权限的命令。

www.ibm.com

更多双语例句

权威例句

Sinulochmodins A–C, Three Novel Terpenoids from the Soft Coral Sinularia lochmodes

Biomimetic syntheses of ineleganolide and sinulochmodin C from 5-episinuleptolide via sequences of transannular Michael reactions

EchMod: a MATLAB toolbox for modeling high resolution échelle spectrographs

Dachmodulanordnung

Dachmodulanordnung

EchMod: a MATLAB toolbox for modeling high resolution échelle spectrographs

Alicja po drugiej stronie lustra Opowieści radiowe i telewizyjne

chmod o+rw bundestag

chmod : Details of chmod for an average user

Assemblage (Grup) Dalam Struktur Komunitas lkan Target di Terumbu Karang Pulau Hogow dan Putus-Putus Sulawesi Utara
造句:

1. Be careful using chmod -r.

在使用chmod -r时,请多加小心。

youdao

2. Here are example applications of chmod.

下面是chmod的示例应用程序。

youdao

3. Use chmod to add executable permissions.

使用chmod添加可执行权限。

youdao

4. Run chmod u-s as a workaround to disable it.

作为workaround运行chmodu - s来禁止它。

youdao

5. The linuxrc file is then made executable using chmod.

linuxrc文件然后使用 chmod 命令修改成可执行的。

youdao

6. You can use man chmod to read about it. The command

使用man chmod来阅读相关内容。

youdao

7. Note that you must use chmod to make both scripts executable.

请注意,必须使用chmod把两个脚本变成可执行的。

youdao

8. Remember to change these files to executable using chmod + x.

记得要使用chmod +x将这些文件更改为可执行。

youdao

9. This form of chmod adds permissions that are not already set.

chmod会添加尚未设置的权限。

youdao

10. For details on how to change file permissions, see man chmod.

查看man chmod可以获得如何改变文件权限的详细信息。

youdao

11. The chmod() function changes permissions of the specified file.

函数的作用是:改变指定文件的模式。

youdao

12. Also, make the script executable by running the command chmod 755 ChompQ.pl.

另外,还要运行命令chmod 755Chom pQ . pl,使脚本可执行。

youdao

13. Use chown and chmod to set the ownership and permissions on the new directory.

使用chown和chmod设置新目录的所有权和权限。

youdao

14. The second command, chmod, makes the file containing the Python program executable.

第二条命令chmod使包含Python程序的文件成为可执行文件。

youdao

15. The base permissions show the permissions that are set by the chmod and chown command.

基本权限显示通过chmod和chown命令设置的权限。

youdao

16. Similarly, chmod +rw filename should also grant everyone read and write access to the file.

类似的,"chmod +rw文件名"将会授予所有用户对该文件的读写权限。

youdao

17. Then run a chmod command to make the cloud program executable, and run it by typing cloud.

然后运行chmod命令,使云程序变得可执行,然后通过输入cloud 运行它。

youdao

18. chmod go+rx IBM: This command enables the read and execute privileges for group and others.

chmod go+rxIBM:这个命令为组和其他用户设置了读和执行权限。

youdao

19. You modify permissions (except for the directory bit) by using the chmod (change mode) command.

您可以使用chmod(更改模式change mode)命令修改相应的权限(除了目录位之外)。

youdao

20. For example, using chmod + RWX would set all the read, write, and execute permissions for a file.

例如,使用chmod +rwx将会设置文件的所有读、写和执行权限。

youdao

21. You can do this manually with the CHMOD command or use an automated process with an installation tool.

可以用CHMOD命令手动设置,或者使用安装工具自动完成。

youdao

22. You can inadvertently render a directory unusable if you remove its execute bits, say with chmod -R a-x.

如果删除了目录的执行位,比如chmod -R a-x,您可能会使得一个目录变得不可使用。 为了更具选择性,可以使用 find .

youdao

23. Try changing the file permissions for BLDRTN, embprep, and spcat using the chmod command. For example.

请使用chmod命令来更改bldrtn、embprep和spcat的权限。

youdao

24. For example, on the test cluster for this article, a chmod command was issued on the administration node.

例如,在本文的测试集群中,在管理节点上执行chmod命令。

youdao

25. You should be able to do that using your FTP client, or you can use the chmod command with the 777 parameter.

您可以通过使用FTP客户端修改,或者使用 chmod命令将权限设置为 777。

youdao

26. 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来表示所有用户或用户、组和其他用户。

youdao

27. This library provides its own implementations of the "emulated" system calls, such as chmod(2), chown(2), or stat(2).

该库提供自己的 “模拟”系统调用实现,比如chmod(2)、chown(2)或stat(2)。

youdao

28. Of course, somewhere in here the file loses execute permissions, but you can copy it off the card, and then chmod + x.

当然,文件在该处的某些位置没有执行权限,但是可以将其复制到卡以外,然后使用chmod +x。

youdao

29. These modules, as well as the commands (for example, chmod) make calls to some efs APIs provided by a libefs.a library.

这些模块以及命令(例如chmod)调用libefs .a库提供的一些efsAPI。

youdao

30. You might want to try using whatis on some common useful commands like cat, more, grep, mv, find, tar, chmod, chown, date, and script.

你可能会尝试使用whatis用于像cat,more,grep,mv,find,tar,chmod,chown,date和script的常用命令。

youdao

chmod

将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档文档为doc格式