Skip to content

File permission

Rumengol edited this page Apr 4, 2023 · 1 revision

Directories

The permission code of the directories created by OSmOSE is 2775 by default. This means that everyone can open them, but only the owner and the group can edit them (create files, deleting or rename it, etc...). Furthermore, all directories created under them share the same group, which should be the osmose group. In a Unix terminal, the permission line should look like this: drwxrwsr-x.

Files

The permission code of the files is 664 by default. This means that everyone can read them, but only the owner and the group can edit them (modify or deleting them). The execute permission is deactivated because no executable file should be created by OSmOSE. In a Unix terminal, the permission line should look like this: -rw-rw-r--.

Clone this wiki locally