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
EC2からECSへ 念願のコンテナ移行と巨大レガシーPHPアプリケーションの再構築
sumiyae
1
390
開発者とQAの越境で自動テストが増える開発プロセスを実現する
92thunder
1
200
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
650
各クラウドサービスにおける.NETの対応と見解
ymd65536
0
160
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
350
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
260
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
680
バグを見つけた?それAppleに直してもらおう!
uetyo
0
180
fs2-io を試してたらバグを見つけて直した話
chencmd
0
240
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
8
1.9k
SymfonyCon Vienna 2025: Twig, still relevant in 2025?
fabpot
3
1.2k
Online-Dokumentation, die hilft: Strukturen, Prozesse, Tools
ahus1
0
100
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
66
4.5k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Optimizing for Happiness
mojombo
376
70k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
520
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.1k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.6k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Become a Pro
speakerdeck
PRO
26
5k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
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