mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| whoami - print effective user name
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ whoami
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| `whoami` outputs the user name associated with current effective UID.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ whoami
 | |
| anon
 | |
| # whoami
 | |
| root
 | |
| ```
 | |
| 
 | |
| ## See also
 | |
| 
 | |
| * [`id`(1)](id.md)
 | 
