less big rename
This commit is contained in:
20
computery_stuff/linux.md
Executable file
20
computery_stuff/linux.md
Executable file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
author: Alvie Rahman
|
||||
date: \today
|
||||
title: Linux
|
||||
tags: [ linux ]
|
||||
---
|
||||
|
||||
# user stuff
|
||||
|
||||
## add user to group
|
||||
|
||||
```bash
|
||||
usermod -a -G group user
|
||||
```
|
||||
|
||||
## change primary user group
|
||||
|
||||
```bash
|
||||
usermod -g group user
|
||||
```
|
Reference in New Issue
Block a user