|
|
|
IBM developerWorks : Linux : Education - Tutorials | |
Second, root's dot-files shouldn't be readable by an ordinary user. Check the files in root's home directory (ls -la) to make sure they're appropriately protected. You can even make the whole directory readable only by root: # cd # pwd /root # chmod 700 . |
|
|