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
66
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
60
Small Wonders of BioAccumulators
sagarnikam123
2
86
BIM_2010_20-Project Presentation
sagarnikam123
2
46
Toxicology of Modern Medicine
sagarnikam123
1
55
Other Decks in Programming
See All in Programming
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
3
2k
AI Ramen Fight
yusukebe
0
120
Quality Gates in the Age of Agentic Coding
helmedeiros
PRO
1
110
QA x AIエコシステム段階構築作戦
osu
0
220
知って得する@cloudflare_vite-pluginのあれこれ
chimame
1
130
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
3
290
What's new in Adaptive Android development
fornewid
0
130
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
20
9.7k
構造化・自動化・ガードレール - Vibe Coding実践記 -
tonegawa07
0
160
Flutterと Vibe Coding で個人開発!
hyshu
0
140
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
110
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
130
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
What's in a price? How to price your products and services
michaelherold
246
12k
How GitHub (no longer) Works
holman
314
140k
Adopting Sorbet at Scale
ufuk
77
9.5k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Faster Mobile Websites
deanohume
308
31k
Bash Introduction
62gerente
613
210k
Thoughts on Productivity
jonyablonski
69
4.8k
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