nick 7 년 전
부모
커밋
8b50ab004a
2개의 변경된 파일12개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      SUMMARY.md
  2. 10 0
      other.md

+ 2 - 2
SUMMARY.md

@@ -14,10 +14,10 @@
 * [file-dir-permissions](file-dir-permissions.md)
 
 ## 查找搜索相关
-* [find-grep-which-whereis-locate](find-grep-which-whereis-locate.md)	
+* [find-which-whereis-locate](find-which-whereis-locate.md)	
 
 ## 查看编辑相关
-* [cat-less-more-tail-head-vim](cat-less-more-tail-head-nl.md)
+* [cat-less-more-tail-head-nl](cat-less-more-tail-head-nl.md)
 * [Vim](vim.md)
 
 ## 文本编辑三剑客

+ 10 - 0
other.md

@@ -246,6 +246,16 @@ yes #不指定输出内容默认输出 y
 yes xxx #不断输出指定内容
 ```
 
+#### chsh 命令
+
+```
+chsh -l #查看系统 shell ,相当于 cat /etc/shells
+
+chsh -s /bin/zsh #更改当前用户的 shell ,更改完之后要重新登录才生效
+```
+
+补充:`Ubuntu` 系统没 `-l` 选项
+
 #### nmap 命令
 
 ```