| | |
Change folder permissions
![]() |
0
#2 30 Days Ago
Yes. What directory are you trying to put the data in? Paste the output of:
Also what user are you logged in as? You can find out by typing
You can grant everyone read/write access to the directory but that is usually a bad idea.
ls -ald /path/to/dir ls -ald /path/to ls -ald /path ls -ald /
Also what user are you logged in as? You can find out by typing
id . You can grant everyone read/write access to the directory but that is usually a bad idea.
0
#4 30 Days Ago
* This is dangerous from a security standpoint
chmod -R a+rwx /path/to/dir
Last edited by sknake; 30 Days Ago at 2:44 pm.
![]() |
Other Threads in the *nix Software Forum
- Previous Thread: please suggest good payment processor for credit cards
- Next Thread: Apache2
| Thread Tools | Search this Thread |






