What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
linux:bash [2023/12/13 15:25] – [Manipulation] codingharelinux:bash [2024/01/14 13:57] (当前版本) – [Bash & Shell] codinghare
行 1: 行 1:
 ======Bash & Shell====== ======Bash & Shell======
-常用的 bash 命令+//常用的 bash 命令//
 ---- ----
  
行 51: 行 51:
   * 8-10 代表了 all user 的权限   * 8-10 代表了 all user 的权限
 权限中,read 权限标记为 ''r'', write 为 ''w'', excute 为 ''x''。因此,上面例子中的 2-4 为字母为 ''rwx'',意思是 owner 拥有读,写,执行文件的权限。 权限中,read 权限标记为 ''r'', write 为 ''w'', excute 为 ''x''。因此,上面例子中的 2-4 为字母为 ''rwx'',意思是 owner 拥有读,写,执行文件的权限。
-====Viewing adn Changing File System====+====Viewing and Changing File System====
 ===Manipulation=== ===Manipulation===