A php file i'm using sais to change the chmod to a+rw and I just need to know what nubmer value that is. If anyone could help.
+rw for the user, group, or outside-of-group users?
here's what the file sais, sorry i'm kinda new to php and all so it's still kinda confusing.
"Change permissions to 'count_data.txt' for be writing by nobody (chmod a+rw)"
Try 600. Has to be run from php as the nobody user though. Should give read and write access to only the nobody user.
k thanks. I'll upload the files and see if that works.