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
68
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
62
Small Wonders of BioAccumulators
sagarnikam123
2
90
BIM_2010_20-Project Presentation
sagarnikam123
2
50
Toxicology of Modern Medicine
sagarnikam123
1
65
Other Decks in Programming
See All in Programming
あなたはユーザーではない #PdENight
kajitack
4
340
SourceGeneratorのマーカー属性問題について
htkym
0
170
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
400
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
450
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
3
1.1k
浮動小数の比較について
kishikawakatsumi
0
380
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
210
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
150
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
110
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
230
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
740
開発ステップを細分化する、破綻しないAI開発体制
kspace
0
110
Featured
See All Featured
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
Are puppies a ranking factor?
jonoalderson
1
3.1k
Darren the Foodie - Storyboard
khoart
PRO
3
2.8k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
88
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.1k
Faster Mobile Websites
deanohume
310
31k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.1k
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