Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Filesystem Permissions in Linux/Unix
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Arash Badie Modiri
November 14, 2012
1
99
Filesystem Permissions in Linux/Unix
Arash Badie Modiri
November 14, 2012
Tweet
Share
More Decks by Arash Badie Modiri
See All by Arash Badie Modiri
Directed Percolation in Temporal Networks (CCS 2021)
arashbm
0
180
Reachability estimation in temporal networks
arashbm
1
63
Error and Attack Tolerance in Public Transport Networks: A Temporal Networks Approach
arashbm
2
52
Community detection in Multilayer Networks
arashbm
0
96
History of Subatomic Physics
arashbm
0
98
Nanowires
arashbm
0
160
Using Linux/Unix Shell
arashbm
3
230
Getting That Piece of Software to Run on Your Linux Device
arashbm
1
96
Getting Started on Ubuntu
arashbm
2
150
Featured
See All Featured
Building the Perfect Custom Keyboard
takai
2
710
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
200
The Spectacular Lies of Maps
axbom
PRO
1
580
The Art of Programming - Codeland 2020
erikaheidi
57
14k
Skip the Path - Find Your Career Trail
mkilby
1
72
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
WCS-LA-2024
lcolladotor
0
470
Technical Leadership for Architectural Decision Making
baasie
3
270
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
Transcript
Filesystem Permissions In Linux and other Unix-like Operating Systems Part
One: What's different? Part Two: How to manage? Part Three: What's new?
Files are files, directories are files and devices are files.
Viewing, modifying or executing
Viewing (read) := 4 Modifying (write) := 2 Executing (execute)
:= 1
It's your file. Yours.
Owner Group Others
$ ls -l /home/arashbm/percise.iso -rw-rw-r-- 1 arashbm arashbm (…) precise.iso
-rw-rw-r-- Owner rw- 4+2+0=6 Group rw- 4+2+1=7 Other r-- 4+0+0=4
674
$ chmod MODE FILE $ chmod 674 percise.iso $ chmod
ug+rwx percise.iso $ chmod o-rx percise.iso
$ chown OWNER[:GROUP] FILE $ chown arashbm:arashbm\ percise.iso $ chown
root percise.iso
NVIDIA joins Linux Foundation After Intel & AMD
None
Linux From Scratch 7.1 published
MasS: Metal as a Service
Charming With
RHES vs. Ubuntu Server Edition