mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 03:36:29 +08:00
Merge pull request #499 from hpanago/patch-2
Added traceroute and route commands
This commit is contained in:
commit
69ba850000
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Notes:
|
|||
|
||||
- Basic file management: `ls` and `ls -l` (in particular, learn what every column in `ls -l` means), `less`, `head`, `tail` and `tail -f` (or even better, `less +F`), `ln` and `ln -s` (learn the differences and advantages of hard versus soft links), `chown`, `chmod`, `du` (for a quick summary of disk usage: `du -hs *`). For filesystem management, `df`, `mount`, `fdisk`, `mkfs`, `lsblk`. Learn what an inode is (`ls -i` or `df -i`).
|
||||
|
||||
- Basic network management: `ip` or `ifconfig`, `dig`.
|
||||
- Basic network management: `ip` or `ifconfig`, `dig`, `traceroute`, `route`.
|
||||
|
||||
- Learn and use a version control management system, such as `git`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue