- 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
推薦閱讀
- 高效能辦公必修課:Word圖文處理
- GNU-Linux Rapid Embedded Programming
- 嵌入式系統及其開發應用
- AutoCAD繪圖實用速查通典
- 統計學習理論與方法:R語言版
- HTML5 Canvas Cookbook
- Salesforce Advanced Administrator Certification Guide
- Unreal Development Kit Game Design Cookbook
- 基于元胞自動機的人群疏散系統建模與分析
- 運動控制系統
- MySQL Management and Administration with Navicat
- Java求職寶典
- 大話數據科學:大數據與機器學習實戰(基于R語言)
- 單片機硬件接口電路及實例解析
- 嵌入式系統開發