Ubuntu Pastebin

Paste from New_User_ubuntu at Mon, 9 Mar 2015 15:37:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
hfsl_user@FSCHADOOP-01:/etc$ cat /etc/hosts
127.0.0.1	localhost
127.0.1.1	FSCHADOOP-01
155.246.103.70  fschadoop.fsc.stevens.edu
155.246.103.92  fschadoop-02.fsc.stevens.edu


# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
hfsl_user@FSCHADOOP-01:/etc$ cd /etc/hostname
-bash: cd: /etc/hostname: Not a directory
hfsl_user@FSCHADOOP-01:/etc$ cat hostname 
FSCHADOOP-01
hfsl_user@FSCHADOOP-01:/etc$ 
Download as text