- Learning Linux Shell Scripting
- Ganesh Naik
- 49字
- 2021-06-25 22:02:46
Technique one – the symbolic method
The following command will add the read/write and execute permissions to the file wherein u is for user, g is for group, and o is for others:
$ chmod ugo+rwx file_name
Alternatively, you can use the following command:
$ chmod +rwx file_name
推薦閱讀
- 現代測控系統典型應用實例
- 嵌入式系統及其開發應用
- 蕩胸生層云:C語言開發修行實錄
- 數據運營之路:掘金數據化時代
- 精通Excel VBA
- 分布式多媒體計算機系統
- C語言寶典
- Android游戲開發案例與關鍵技術
- 人工智能趣味入門:光環板程序設計
- 悟透AutoCAD 2009完全自學手冊
- Salesforce Advanced Administrator Certification Guide
- Linux系統下C程序開發詳解
- Hands-On Dashboard Development with QlikView
- INSTANT Adobe Story Starter
- Oracle 11g Anti-hacker's Cookbook