First page Back Continue Last page Image
Changing File Permissions
- Type the following commands:
- chmod og-w pascal.py
- Remove (-) others, groups permission to write
- chmod o-rx pascal.py
- Remove (-) others permission to read, execute
- chmod g+x pascal.py
- Add (+) groups permission to execute
- ls –l pascal.py