From 363c7d5c7f2a46279b20517b084d58cb17db0f97 Mon Sep 17 00:00:00 2001 From: Iliana Panagopoulou Date: Thu, 26 Jan 2017 19:05:36 +0200 Subject: [PATCH] Added traceroute and route commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df6ca81..0fe3bc4 100644 --- a/README.md +++ b/README.md @@ -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`.