This commit is contained in:
JMARyA 2024-02-14 21:37:14 +01:00
parent 4eb5170941
commit 4b9c2fce5c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -31,6 +31,13 @@ Usage: `cat [OPTION]... [FILE]...`
| `-b, --number-nonblank` | number nonempty output lines, overrides `-n` |
| `-n, --number` | number all output lines |
## cd
change current working directory
Usage: `cd [dir]`
Go to home directory of current user: `cd`
Go up to the parent of the current directory: `cd ..`
Go to the previously chosen directory: `cd -`
## chmod
change file mode (permissions) bits
Usage: `chmod [OPTION]... OCTAL-MODE FILE...`