chown

  • 网络命令
chownchown
  1. The root user can change the ownership of a file using the chown command .

    root用户可以使用chown命令变更文件的所有权。

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

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

  3. The superuser , root , can also change file ownership by using the chown , or change owner , command .

    超级用户root也可以使用chown或changeowner命令来更改文件所有权。

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

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

  5. If you don 't have root access , you could change the write permissions of templates_c and cache instead of using chown .

    如果您不是使用root用户登录,您是不能使用chown修改templatesc和cache的写权限的。

  6. The chown - R virtuser : virtuser command changes file ownership of the installed contents to the desired user and group .

    chown-Rvirtuser:virtuser命令将已安装内容的文件所有权更改为要求的用户和组。

  7. Chmod , chgrp , and chown use-R to apply mode , group , and ownership changes to an entire file system hierarchy .

    chgrp和chown使用-R可以递归地将模式、组和所有权变更应用到整个文件系统层次结构。

  8. Allowing any user to write into those folders is not a very good idea , but it might be your only immediate option if you cannot use chown .

    允许所有用户都能写这些文件夹不是一个非常好的做法,但是如果您不能使用chown命令,这是您唯一快速有效的方法。

  9. 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)。

  10. This means use the fchown (), fstat (), or fchmod () system calls , instead of the functions taking file names , such as chown (), chgrp (), and chmod () .

    这意味着要使用fchown()、fstat()或fchmod()系统调用,而不使用取得文件名的函数,比如chown()、chgrp()和chmod()。