Deck 3 - PERMISSIONS & OWNERSHIP

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:53 PM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards
Permissions
Rules that define who can read, write, or execute a file
2
New cards
Owner
The user who created the file and controls permissions
3
New cards
Group
A collection of users who share access to files
4
New cards
Others
All users who are not the owner or group
5
New cards
Read (r)
Permission to view file contents
6
New cards
Write (w)
Permission to modify a file
7
New cards
Execute (x)
Permission to run a file or access a directory
8
New cards
chmod
Command used to change file permissions
9
New cards
chown
Command used to change file ownership
10
New cards
chgrp
Command used to change group ownership
11
New cards
12
New cards
Numeric Permissions
A system where permissions are represented using numbers (4=read, 2=write, 1=execute)
13
New cards
umask
A value that removes permissions to determine default permissions
14
New cards
Default Permissions
Permissions automatically assigned to new files and directories
15
New cards
16
New cards
SUID
A permission that allows a file to run with the owner's privileges
17
New cards
SGID
A permission that makes files inherit the directory's group
18
New cards
Sticky Bit
A permission that allows only the owner to delete files
19
New cards
Immutable Flag
An attribute that prevents a file from being modified or deleted