B bronco Guest Mar 5, 2015 #1 uname -n | cut -d " " -f 1 gives me the correct hostname. However host oelxdev06 | cut -d " " -f 1 returns indeed "Host" How would I fix that? Continue reading...
uname -n | cut -d " " -f 1 gives me the correct hostname. However host oelxdev06 | cut -d " " -f 1 returns indeed "Host" How would I fix that? Continue reading...