王秀章 發表於 2018-11-28 09:35:54

LINUX系统怎么使用chmod数字表示?

<p>LINUX的chmod数字表示该怎么使用呢?下面我们就来看看详细的教程。</p>
<p>1、打开LINUX UBUNTU操作系统,打开左边的<strong>终端窗口</strong>。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264734.png" /></p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264735.png" /></p>
<p>2、<span style="color: #ff0000"><strong>sudo chmod -R 777</strong></span>可以使文件的权限都改为可读可写可执行。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264836.png" /></p>
<p>3、<strong><span style="color: #ff0000">770</span></strong>表示其它<strong>用户没有任何权限。</strong></p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264837.png" /></p>
<p>4、<strong><span style="color: #ff0000">771</span></strong>表示其它<strong>用户只有可执行权限</strong>。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264838.png" /></p>
<p>5、<span style="color: #ff0000"><strong>772</strong></span>表示其它<strong>用户只有可写权限</strong>。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264839.png" /></p>
<p>6、<span style="color: #ff0000"><strong>774</strong></span>表示其它<strong>用户只有可读权限。</strong></p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264840.png" /></p>
<p>7、<span style="color: #ff0000"><strong>773</strong></span>表示其它<strong>用户有可写可执行权限。</strong></p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264841.png" />&nbsp;</p>
<p>8、<span style="color: #ff0000"><strong>775</strong></span>表示其它<strong>用户可读可执行权限。</strong></p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264842.png" /></p>
<p>9、<span style="color: #ff0000"><strong>776</strong></span>表示其它<strong>用户可读可写权限。</strong></p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/201811/2018112809264843.png" /></p>
<p>以上就是运用LINUX的chmod数字表示法的教程,希望大家喜欢,请继续关注琼殿技术社区。</p>
<p><strong>相关推荐:</strong></p>
<p><a target="_blank" href="https://www.jb51.net/LINUXjishu/580078.html">Linux系统中矢量图ai格式怎么打开?</a></p>
<p><a target="_blank" href="https://www.jb51.net/LINUXjishu/580362.html">linux插入耳机以后没有声音该怎么办?</a></p>
<p><a target="_blank" href="https://www.jb51.net/LINUXjishu/579949.html">Linux怎么创建副本? Linux创建副本的教程</a></p>
頁: [1]
查看完整版本: LINUX系统怎么使用chmod数字表示?