Originally posted by: n0cmonkey
Originally posted by: tm37
Originally posted by: n0cmonkey
Check your permissions.
I am a total moron at red hat. I have a web based control panel and also webmin .970. (just got that installed tonight.
What is the easiest way to sheck permissions?
login, cd to the dir above the one you are having trouble with (ie if you are having problems with /usr/local/pitadir, cd /usr/local). ls -ld pitadir (replace pitadir with the dir you are having trouble with). If you are the owner, the perms should be something along the lines of: drwxr-xr-x, if you are not the owner, it would need to be something like: drwxrwxrwx (depending on if you are in the same group as the dir belongs to). If the permissions are too restrictive to allow you to move files there, either add yourself to the group and chmod the dir to drwxrwxr-x. Let me know what the permissions are, the owner, group, and what your username is and the groups you belong to and I can try to help some more. Also, how are you trying to access the dir?