- Learning Linux Shell Scripting
- Ganesh Naik
- 56字
- 2021-06-25 22:02:46
Setgid
Similar to setuid, the setgid functionality gives the user the ability to run scripts with a group owner's privileges, even if it is executed by any other user:
$ chmod g+s filename
Alternatively, you can use the following command:
$ chmod 2777 filename
File permissions after any of the preceding two commands will be drwxrwsrwtx.
推薦閱讀
- 課課通計算機原理
- 大數(shù)據(jù)管理系統(tǒng)
- 2018西門子工業(yè)專家會議論文集(上)
- MicroPython Projects
- 精通Excel VBA
- Windows程序設(shè)計與架構(gòu)
- VB語言程序設(shè)計
- JBoss ESB Beginner’s Guide
- CompTIA Network+ Certification Guide
- Implementing Splunk 7(Third Edition)
- 數(shù)據(jù)掘金
- HTML5 Canvas Cookbook
- Applied Data Visualization with R and ggplot2
- 機器人人工智能
- 筆記本電腦使用與維護