Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'chmod of .netrc' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
chmod of .netrc
Authored by: patrickoehlinger on Dec 20, '02 06:09:31PM
ftp complains that:

ftp: Error: .netrc file is readable by others.
ftp: Remove password or make file unreadable by others.

Solve the problem with
i>chmod 0700 ~/.netrc.

[ Reply to This | # ]