9 lines
		
	
	
		
			169 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			169 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
set -x
 | 
						|
 | 
						|
#useradd -MU -s /bin/zsh -u 1000 gebner
 | 
						|
#useradd -MU -s /bin/false -u 1001 drebner
 | 
						|
useradd -MU -s /bin/false -u 1500 download
 | 
						|
 | 
						|
adduser gebner download
 |