User Tools

Site Tools


add_new_raspbian_user

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
add_new_raspbian_user [2016/07/25 07:51] walkeradminadd_new_raspbian_user [2016/07/25 07:53] walkeradmin
Line 48: Line 48:
 \\  \\ 
 \\  \\ 
-====== Deleting a user and removing a user from a group  ====== 
-\\  
-\\  
-If you want to remove a user from a group you can use the following command:\\  
-\\  
-        sudo deluser <username> <groupname> 
-\\  
-So to remove user 'newuser' from the group 'adm' you would type:\\  
-\\  
-        sudo deluser newuser adm 
-\\  
-A similar command can be used to delete an entire user along with it's home directory:\\  
-\\  
-        sudo deluser <username> 
-\\  
- 
 [[http://www.modmypi.com/blog/how-to-add-new-users-and-add-users-to-groups]] [[http://www.modmypi.com/blog/how-to-add-new-users-and-add-users-to-groups]]
  
  alias userlist='cat /etc/passwd |grep "/bin/bash" |grep "[5-9][0-9][0-9]" |cut -d: -f1'  alias userlist='cat /etc/passwd |grep "/bin/bash" |grep "[5-9][0-9][0-9]" |cut -d: -f1'
  
add_new_raspbian_user.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1