File Management - Permissions Flashcards
File Management - Permissions
Unix
Permissions are based on User, Group, Other
Permissions can be read, Write or execute
-rexrwxrwx
With these permissions we can allow for:
Read, Write and execute permission for all other users
Read, Write and execute permission for group owner of the file
Read, Write and execute permission for the file owner
File Type
- indicate regular file
d indicate directory
To be able to list the contents of a directory you must have execute permission as well as read permission
The chmod command us used for changing permissions on a directory or a file
Windows File Permission
Local Drives:
Permissions are based on User and Groups
Permission can be full Control, Modify, Read & Execute, List (folders only) , Read, Write
Permission are changed through Properties dialog box
Network Drives
Need to have a Homegroup to share files
Can share with Nobody, Somebody or Everybody (in HomeGroup)
Permissions can be Read or Read/Write