- 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
推薦閱讀
- 人工智能超越人類
- 軟件架構設計
- Hands-On Artificial Intelligence on Amazon Web Services
- Getting Started with Clickteam Fusion
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- Visual Basic從初學到精通
- 完全掌握AutoCAD 2008中文版:機械篇
- JavaScript典型應用與最佳實踐
- 西門子變頻器技術入門及實踐
- Unity Multiplayer Games
- Working with Linux:Quick Hacks for the Command Line
- Mastering pfSense
- Web璀璨:Silverlight應用技術完全指南
- 網頁設計與制作
- Hands-On Generative Adversarial Networks with Keras