Linux修改文件所属用户
Linux285
description
在linux中修改文件file1.txt的所属用户为user1
command
chown user1 file1.txt
parameter
chown : 修改文件的所有者或所有组
chown user1 file1.txt
chown : 修改文件的所有者或所有组
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.