Linux pwconv Command
- Learning is not only about technology, but also about dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
Linux Tutorial
- Linux Tutorial
- Linux Introduction
- Linux Installation
- Linux Cloud Server
- Install Linux with WSL
- Linux System Boot Process
- Linux System Directory Structure
- Forgot Linux Password Solution
- Linux Remote Login
- Linux File Basic Attributes
- Linux File and Directory Management
- Linux User and Group Management
- Linux Disk Management
- Linux vi/vim
- linux yum command
- Linux apt command
Shell Tutorial
- Shell Tutorial
- Shell Variables
- Shell Passing Arguments
- Shell Arrays
- Shell Operators
- Shell echo command
- Shell printf command
- Shell test command
- Shell Process Control
- Shell Functions
- Shell Input/Output Redirections
- Shell File Inclusion
Linux Reference Manual
- Linux Command Manual
- Nginx Installation and Configuration
- MySQL Installation and Configuration
- Linux Quiz
Nginx Installation and Configuration
Deep Dive
- Computer Science
- Software
- Web Service
- Network Services
- Scripts
- Programming Languages
- Web Design and Development
- Scripting Languages
- Programming
- Development Tools
Linux pwconv Command
The Linux pwconv command is used to enable shadow passwords for users.
In a Linux system, user and group passwords are stored in files named passwd and group, respectively. These two files are located in the /etc directory. Due to system operational requirements, anyone can read them, creating a security vulnerability. Shadow passwords move the passwords from these files into the shadow and gshadow files under the /etc directory, allowing only the system administrator to read them. Simultaneously, the original password field is replaced with the character "x", effectively enhancing system security.
Syntax
pwconv
Example
Enable shadow passwords for users:
# pwconv
Nginx Installation and Configuration
Click to Share Notes
Category Navigation
- Python / Data Science
- AI / Intelligent Development
- Frontend Development
- HTML Tutorial
- HTML5 Tutorial
- CSS Tutorial
- CSS3 Tutorial
- JavaScript Tutorial
- HTML DOM Tutorial
- TypeScript Tutorial
- AJAX Tutorial
- JSON Tutorial
- Tailwind CSS Tutorial
- Bootstrap4 Tutorial
- Bootstrap5 Tutorial
- Foundation Tutorial
- Vue.js Tutorial
- Vue3 Tutorial
- React Tutorial
- Next.js Tutorial
- AngularJS Tutorial
- Angular Tutorial
- jQuery Tutorial
- jQuery UI Tutorial
- jQuery EasyUI Tutorial
- ECharts Tutorial
- Chart.js Tutorial
- Highcharts Tutorial
- Google Maps Tutorial
- SVG Tutorial
- Font Awesome Tutorial
YouTip