mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# To create a symlink:
 | 
						|
ln -s path/to/the/target/directory name-of-symlink
 | 
						|
 | 
						|
# Symlink, while overwriting existing destination files
 | 
						|
ln -sf /some/dir/exec /usr/bin/exec
 |