>So, looking in /home/me, there's no 'profile' file. Is this because >there is, but ls doesn't show it because it's special? > To see hidden type files use the pass the 'a' parameter to ls: ls -al Perhaps do ls -al $HOME/ | grep profile to see all the profile type files if in doubt. Steve