View Single Post
07-21-14, 01:13 PM   #13
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by Dolby View Post
It prompts me to ask what is in your /etc/hosts file?
Code:
% cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1	localhost
255.255.255.255	broadcasthost
::1             localhost 
fe80::1%lo0	localhost
Also in your home directory could you do a ls -la so it lists all the .hidden folders?
Code:
% ls -la | grep .*
grep: .MacOSX: Is a directory
grep: .Trash: Is a directory
grep: .composer: Is a directory
grep: .config: Is a directory
grep: .dbeaver: Is a directory
grep: .eclipse: Is a directory
grep: .idea: Is a directory
grep: .junique: Is a directory
grep: .oh-my-zsh: Is a directory
grep: .rvm: Is a directory
grep: .ssh: Is a directory
grep: .subversion: Is a directory
  Reply With Quote