SlideShare a Scribd company logo
1 of 15
Download to read offline
Who Changed My 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

More Related Content

Similar to Who Changed My Password ?

7 unixsecurity
7 unixsecurity7 unixsecurity
7 unixsecurity
richarddxd
 

Similar to Who Changed My Password ? (20)

Sudo
SudoSudo
Sudo
 
Linux Common Command
Linux Common CommandLinux Common Command
Linux Common Command
 
Using the Command Line with Magento
Using the Command Line with MagentoUsing the Command Line with Magento
Using the Command Line with Magento
 
How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7How To Install and Configure SUDO on RHEL 7
How To Install and Configure SUDO on RHEL 7
 
Pdn multipath io-pvm-ver1.0.0
Pdn multipath io-pvm-ver1.0.0Pdn multipath io-pvm-ver1.0.0
Pdn multipath io-pvm-ver1.0.0
 
Evento formativo Spring 3 ottobre 2019
Evento formativo Spring 3 ottobre 2019Evento formativo Spring 3 ottobre 2019
Evento formativo Spring 3 ottobre 2019
 
Apache Cheat Sheet
Apache Cheat SheetApache Cheat Sheet
Apache Cheat Sheet
 
Debian 5 Hardening Tips
Debian 5 Hardening TipsDebian 5 Hardening Tips
Debian 5 Hardening Tips
 
Linux Security and Hardening, 40 Tips 2019
Linux Security and Hardening, 40 Tips 2019Linux Security and Hardening, 40 Tips 2019
Linux Security and Hardening, 40 Tips 2019
 
7 unixsecurity
7 unixsecurity7 unixsecurity
7 unixsecurity
 
Kernel Recipes 2017 - Understanding the Linux kernel via ftrace - Steven Rostedt
Kernel Recipes 2017 - Understanding the Linux kernel via ftrace - Steven RostedtKernel Recipes 2017 - Understanding the Linux kernel via ftrace - Steven Rostedt
Kernel Recipes 2017 - Understanding the Linux kernel via ftrace - Steven Rostedt
 
Unix - Shell Scripts
Unix - Shell ScriptsUnix - Shell Scripts
Unix - Shell Scripts
 
2014-11-11 Multiple Approaches to Managing Puppet Modules @ Puppet Camp Seattle
2014-11-11 Multiple Approaches to Managing Puppet Modules @ Puppet Camp Seattle2014-11-11 Multiple Approaches to Managing Puppet Modules @ Puppet Camp Seattle
2014-11-11 Multiple Approaches to Managing Puppet Modules @ Puppet Camp Seattle
 
Linuxserver harden
Linuxserver hardenLinuxserver harden
Linuxserver harden
 
Using Unix Commands.pptx
Using Unix Commands.pptxUsing Unix Commands.pptx
Using Unix Commands.pptx
 
Using Unix Commands.pptx
Using Unix Commands.pptxUsing Unix Commands.pptx
Using Unix Commands.pptx
 
Linux advanced privilege escalation
Linux advanced privilege escalationLinux advanced privilege escalation
Linux advanced privilege escalation
 
Commands
CommandsCommands
Commands
 
System Administeration Basics
System Administeration  BasicsSystem Administeration  Basics
System Administeration Basics
 
Reconnaissance of Virtio: What’s new and how it’s all connected?
Reconnaissance of Virtio: What’s new and how it’s all connected?Reconnaissance of Virtio: What’s new and how it’s all connected?
Reconnaissance of Virtio: What’s new and how it’s all connected?
 

Who Changed My Password ?