mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:02:44 +00:00 
			
		
		
		
	 a5b9fb28c2
			
		
	
	
		a5b9fb28c2
		
	
	
	
	
		
			
			Most man pages don't have these, so removing them where they do exist makes things more consistent.
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| passwd
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```sh
 | |
| $ passwd [--delete] [--lock] [--unlock] [username]
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Modify an account password.
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `-d`, `--delete`: Delete password
 | |
| * `-l`, `--lock`: Lock password
 | |
| * `-u`, `--unlock`: Unlock password
 | |
| 
 | |
| ## Arguments
 | |
| 
 | |
| * `username`: Username
 | |
| 
 | |
| <!-- Auto-generated through ArgsParser -->
 |