Files
linux/README.md
2023-01-05 02:12:51 +00:00

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` -