gpt4 book ai didi

linux - 创建期间的 Unix 文件权限

转载 作者:太空宇宙 更新时间:2023-11-04 05:29:57 25 4
gpt4 key购买 nike

如何从具有完全权限的 root 以外的用户在 UNIX 或 LINUX 中创建文件。

最佳答案

创建文件

echo 123 > test.txt

测试权限

ls -la test.txt

输出+-

-rw-r--r-- 1 mario mario 4 May  3 14:27 test.txt

更改所有文件的权限(读、写、执行)

chmod 0777 test.txt

测试权限

ls -la test.txt

输出+-

-rwxrwxrwx 1 mario mario 4 May  3 14:27 test.txt*

关于file system permissions - numeric notation

关于linux - 创建期间的 Unix 文件权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23444268/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com