Lecture 18.10.2017
Lecture 18.10.2017
Lecture 18.10.2017
Permissions
Managing Users, Groups
Grub
Windows 10
Users and Groups
/etc/group:
joeuser:x:1000:
/etc/passwd File
When we type:
ls -l /usr/bin/top
We'll see:
-rwxr-xr-x 1 root root 68524 2011-12-19 07:18 /usr/bin/top
Absolute mode:
We use octal (base eight) values represented like this:
Letter Permission Value
R read 4
W write 2
X execute 1
- none 0