15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| up::[[unix commandes d'identification]]
 | |
| title::"commande pour changer le shell par défaut (login shell)"
 | |
| #s/informatique/unix
 | |
| 
 | |
| ----
 | |
| 
 | |
| ```bash
 | |
| $ chsh  # mode interactif
 | |
| $ chsh pierre /bin/csh
 | |
| ```
 | |
| 
 | |
| 
 | |
| > [!note]
 | |
| > modifie le fichier [[unix fichier etc-passwd|/etc/passwd]]
 |