the following command works fine on windows:
mkdir ("pictures/pic", 0700);
this is supposed to make the directory "pic" within the "pictures" directory
but when i run this command on my linux machine, it does not execute. I am assuming that this has sometihng to do with directory ownership in linux, but im not sure. what can i do to make this code work on my linux machine.