Navigation :
Python
机器学习
数据可视化
Linux
-
基础
-- Copy Files And Directories
-- Delete Files And Directories
-- Delete Files And Directories In Current Directory
-- Move Files And Directories
-- Rename File
-- See Disk Drive Space
-- Archive And Unarchive Files
-- Change Permissions
-- Changing Directories
-- Check Current Date And Time
-- Create Command
-- Create Directory
-- Create File
-- Create Sequential List Of Files And Directories
-- Create Symbolic Links
-- Exit Terminal Session
-- Get Help With A Command
-- Get Information On A File
-- List Avaliable Commands
-- List The Contents Of A Directory
-- Multiple Commands On One Line
-- Ping Website
-- See Free Memory
-- See Who Is Logged Into A System
-- Select Files Based On Filename
-- Synchronize Files And Directories
-- Track Route Of Network Traffic
-- View A File's Type
-- View A Text File's Contents
-- View Current Working Directory
-- View First And Last Parts Of Files
-- Zip And Unzip Directories
-- Zip And Unzip Files
-
环境变量
-
流程控制
-
输入与输出
-
进程
-
搜索
-
文本
深度学习
正则表达式
书籍推荐
Trace Route From Local Computer To Website
traceroute
shows the path of our network traffic across the internet. Press ctrl-C
to cancel.
traceroute google.com
traceroute to google.com (216.58.219.14), 30 hops max, 60 byte packets
1 10.0.1.1 (10.0.1.1) 0.920 ms 1.742 ms 2.294 ms
2 10.33.236.1 (10.33.236.1) 10.222 ms 14.140 ms 14.381 ms
3 72.215.229.12 (72.215.229.12) 18.079 ms 18.182 ms 18.423 ms
4 bellcorc02-te-0-0-0-5.ph.ph.cox.net (70.169.72.188) 20.697 ms 20.938 ms 24.585 ms
5 68.1.4.252 (68.1.4.252) 36.520 ms 36.788 ms 102.515 ms
6 72.215.224.173 (72.215.224.173) 51.262 ms 43.500 ms 72.215.224.175 (72.215.224.175) 43.209 ms
7 108.170.247.225 (108.170.247.225) 47.121 ms
* 45.889 ms
Synchronize Files And Directories
View A File's Type
原文地址:https://www.cnblogs.com/lijianming180/p/12041485.html