less big rename

This commit is contained in:
2021-12-23 15:41:57 +00:00
parent 51a5b12813
commit e8c154d43b
10 changed files with 0 additions and 0 deletions

20
computery_stuff/linux.md Executable file
View 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
```