Last active
September 30, 2015 22:26
-
-
Save AaronPhalen/92367b794796089b7924 to your computer and use it in GitHub Desktop.
Basic linux commands pertaining to networking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Author: Aaron Phalen | Twitter: @aaron_phalen | Email: [email protected] | |
Basic Linux Networking Commands | |
=============================== | |
1. Hostname | |
a. hostname --> returns system hostname | |
b. hostname -d --> returns system hostname domain | |
c. hostname -f --> returns system hostname fully qualified domain name | |
d. hostname -i --> returns ip address of system | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment