mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:02:43 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			230 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			230 B
		
	
	
	
	
	
	
	
Name
mkdir - create a directory
Synopsis
$ mkdir path
Description
Create a new empty directory at the given path.
Examples
$ mkdir /tmp/foo
