1 Star 1 Fork 5K

王栓 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
chown.md 4.01 KB
一键复制 编辑 原始数据 按行查看 历史
NEEN 提交于 2021-03-12 17:59 . !197 Docs Update version 1.0.1

chown

Command Function

This command is used to change the owner and group of a specified file.

Syntax

chown [owner] [group] [pathname]

Parameter Description

Table 1 Parameters

Parameter

Description

Value Range

owner

Indicates the file owner.

[0, 0xFFFFFFFF]

group

Indicates the file group.

  • Left blank
  • [0, 0xFFFFFFFF]

pathname

Indicates the file path.

An existing file

Usage

  • By specifying the owner and group parameters in this command, you can change the owner and group of the file.
  • If the owner or group value is -1, the owner or group of the file will not be changed.
  • The group parameter can be left blank.

Example

Enter chown 100 200 hello-harmony.txt.

Output

Figure 1 Changing the owner and group of the hello-harmony.txt file to 100 and 200 respectively

1
https://gitee.com/wang-shuan/docs.git
git@gitee.com:wang-shuan/docs.git
wang-shuan
docs
docs
master

搜索帮助