Cheatsheet linux section
This commit is contained in:
@@ -31,6 +31,9 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
```
|
```
|
||||||
|
### Linux
|
||||||
|
tldr - basic command usage
|
||||||
|
usermod - modifu user account
|
||||||
|
|
||||||
### Tools
|
### Tools
|
||||||
- [ShellCheck](https://github.com/koalaman/shellcheck) A shell script static analysis tool
|
- [ShellCheck](https://github.com/koalaman/shellcheck) A shell script static analysis tool
|
||||||
|
|||||||
Reference in New Issue
Block a user