mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	corrected error in usermod cmd
This commit is contained in:
		
							parent
							
								
									052bade039
								
							
						
					
					
						commit
						d435edb1cb
					
				| @ -26,7 +26,7 @@ Type the commands without `$` or `#` | |||||||
| ``` | ``` | ||||||
| $ su -  # enter root. It will ask you for the root password. | $ su -  # enter root. It will ask you for the root password. | ||||||
| # apt-get install sudo  # check if sudo is installed. | # apt-get install sudo  # check if sudo is installed. | ||||||
| # usermod -aG <username> sudo  # add user to the sudoers list | # usermod -aG sudo <username>  # add user to the sudoers list | ||||||
| # reboot  # reboot computer | # reboot  # reboot computer | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user