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
63
Small Wonders of BioAccumulators
sagarnikam123
2
91
BIM_2010_20-Project Presentation
sagarnikam123
2
51
Toxicology of Modern Medicine
sagarnikam123
1
66
Other Decks in Programming
See All in Programming
Symfony + NelmioApiDocBundle を使った スキーマ駆動開発 / Schema Driven Development with NelmioApiDocBundle
okashoi
0
230
Mastering Event Sourcing: Your Parents Holidayed in Yugoslavia
super_marek
0
110
PHP 7.4でもOpenTelemetryゼロコード計装がしたい! / PHPerKaigi 2026
arthur1
1
420
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
170
Laravel Nightwatchの裏側 - Laravel公式Observabilityツールを支える設計と実装
avosalmon
1
250
AI活用のコスパを最大化する方法
ochtum
0
340
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
330
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
1.4k
GoのDB アクセスにおける 「型安全」と「柔軟性」の両立 - Bob という選択肢
tak848
0
270
AI Assistants for YourAngular Solutions @Angular Graz, March 2026
manfredsteyer
PRO
0
100
今年もTECHSCOREブログを書き続けます!
hiraoku101
0
140
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
250
Featured
See All Featured
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.8k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.9k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
120
[SF Ruby Conf 2025] Rails X
palkan
2
860
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
150
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
64
54k
Six Lessons from altMBA
skipperchong
29
4.2k
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
RailsConf 2023
tenderlove
30
1.4k
Building Adaptive Systems
keathley
44
3k
A Tale of Four Properties
chriscoyier
163
24k
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