Find Link Status
Tagged with: command, filler, interface, ip, link, Linux, status
Sunday, November 16th, 2008 11:59 PM
Show link status of all interfaces
ip link show
Show link status of all interfaces
ip link show
This is how to create hard and soft links in Linux. Remember, a directory cannot be hard linked.
#Hard link
ln /path/to/file.ext .
#Soft link
ln -s /path/to/file.ext .
[tags]link, shortcut, soft,hard,linux,command[/tags]
Show the headers of an URL using Curl
curl http://example.com -I