

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of object security in operating systems, focusing on file permissions in unix and windows. Topics include access control, access control lists, access matrix, unix file security, unix file permissions, changing file permissions, windows permissions, windows domains, and users and groups. The document also covers access conflicts and resolution.
Typology: Slides
1 / 3
This page cannot be seen from the preview
Don't miss anything!


COMP755 Advanced Operating Systems
list / write
print / manage
read / execute
read / write
userB
read / print list execute
userA read
FileX FileY Prt1 /dir
world can execute
chmod 604 myfile
Set the permissions for myfile so I can read and write it while everyone else can only read it.