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
61
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
85
BIM_2010_20-Project Presentation
sagarnikam123
2
45
Toxicology of Modern Medicine
sagarnikam123
1
54
Other Decks in Programming
See All in Programming
Simple組み合わせ村から大都会Railsにやってきた俺は / Coming to Rails from the Simple
moznion
3
3.3k
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
800
SwiftUIで単方向アーキテクチャを導入して得られた成果
takuyaosawa
0
110
Package Traits
ikesyo
2
220
CNCF Project の作者が考えている OSS の運営
utam0k
5
540
カンファレンス動画鑑賞会のススメ / Osaka.swift #1
hironytic
0
190
functionalなアプローチで動的要素を排除する
ryopeko
1
700
20241217 競争力強化とビジネス価値創出への挑戦:モノタロウのシステムモダナイズ、開発組織の進化と今後の展望
monotaro
PRO
0
330
traP の部内 ISUCON とそれを支えるポータル / PISCON Portal
ikura_hamu
0
230
[JAWS-UG横浜 #79] re:Invent 2024 の DB アップデートは Multi-Region!
maroon1st
0
110
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
220
ASP.NET Core の OpenAPIサポート
h455h1
0
140
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Automating Front-end Workflow
addyosmani
1367
200k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
98
18k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
260
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
Writing Fast Ruby
sferik
628
61k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Gamification - CAS2011
davidbonilla
80
5.1k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
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