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
Who Changed my Password ?
Search
Sagar Nikam
January 23, 2013
Programming
1
60
Who Changed my Password ?
A Visual Tour to Unix / Linux password
Sagar Nikam
January 23, 2013
Tweet
Share
More Decks by Sagar Nikam
See All by Sagar Nikam
The Transporter 4 MySQL
sagarnikam123
0
58
Small Wonders of BioAccumulators
sagarnikam123
2
83
BIM_2010_20-Project Presentation
sagarnikam123
2
45
Toxicology of Modern Medicine
sagarnikam123
1
54
Other Decks in Programming
See All in Programming
Creating a Free Video Ad Network on the Edge
mizoguchicoji
0
120
카카오페이는 어떻게 수천만 결제를 처리할까? 우아한 결제 분산락 노하우
kakao
PRO
0
110
CSC509 Lecture 11
javiergs
PRO
0
180
Remix on Hono on Cloudflare Workers
yusukebe
1
300
Click-free releases & the making of a CLI app
oheyadam
2
120
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
300
Amazon Qを使ってIaCを触ろう!
maruto
0
410
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
8
2.2k
Streams APIとTCPフロー制御 / Web Streams API and TCP flow control
tasshi
2
350
Jakarta EE meets AI
ivargrimstad
0
650
TypeScript Graph でコードレビューの心理的障壁を乗り越える
ysk8hori
2
1.1k
Realtime API 入門
riofujimon
0
150
Featured
See All Featured
Side Projects
sachag
452
42k
Designing for Performance
lara
604
68k
Navigating Team Friction
lara
183
14k
[RailsConf 2023] Rails as a piece of cake
palkan
52
4.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
KATA
mclloyd
29
14k
Designing Experiences People Love
moore
138
23k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
Automating Front-end Workflow
addyosmani
1366
200k
Building Your Own Lightsaber
phodgson
103
6.1k
Statistics for Hackers
jakevdp
796
220k
Transcript
Who Changed My Password ? Who Changed My Password ?
A Visual tour to Unix Password A Visual tour to Unix Password
Switching to root su root
Default Password restrictions These restrictions for each user account already
existed or later created by your. grep -i pass /etc/login.def
Encrypted Password-for all users tail /etc/shadow
Password info for perticular user chage -l openvpn
Changing restrictions on user A/c sudo chage -E 01/31/2013 -m
5 -M 90 -I 30 -W 14 azadparinda
Password info for perticular user sudo chage -l azadparinda
Checking changed A/c settings sudo chage -l azadparinda
Changing other user's Password sudo passwd trendwise
Changing passwrd 4 current user sudo passwd
Common Password Check cat /etc/pam.d/common-password
Changing min Password length sudo gedit /etc/pam.d/common-password
/etc/pam.d/common-password Min= minunmum no. of word for password check
Final edited common-password Don't Forget to Restart your Machine
Finish