Hi All, I have a simple problem... I am trying to sync a file from one server to another by running the following: rsync ./some.file x.x.x.x:/dir/dir2 This used to work.. now I'm getting 'permission denied' errors... I also test rsh running rsh -l userid x.x.x.x /bin/true > test.dat and am getting permission denied as well... I have set up a '.rhost' file on the remote server as well as entering the hostname of the sender in the host.equiv. Still am getting this problem. Any ideas?? Thanks