63 lines
488 B
Markdown
63 lines
488 B
Markdown
# Linux
|
|
|
|
## Filesystem
|
|
|
|
### Types
|
|
|
|
- **ext4**
|
|
- **btrfs**
|
|
- **zfs**
|
|
- **xfs**
|
|
|
|
### Structure
|
|
|
|
### Mounting
|
|
|
|
### Attributes
|
|
|
|
## Commands
|
|
|
|
- `ls` -
|
|
- `cd` -
|
|
- `cat` -
|
|
- `tac` -
|
|
- `more` -
|
|
- `less` -
|
|
- `cut` -
|
|
- `head` -
|
|
- `tail` -
|
|
- `diff` -
|
|
- `wc` -
|
|
- `grep` -
|
|
- `find` -
|
|
- `chmod` -
|
|
- `chown` -
|
|
- `chmod` -
|
|
- `rm` -
|
|
- `rmdir` -
|
|
- `touch` -
|
|
- `mkdir` -
|
|
- `ln` -
|
|
- `cp` -
|
|
- `mv` -
|
|
- `tar` -
|
|
- `gzip` -
|
|
- `zip` -
|
|
- `unzip` -
|
|
- `du` -
|
|
- `df` -
|
|
- `mount` -
|
|
- `umount` -
|
|
- `sed` -
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|