How do I do the following unix command:
mkdir -m770 test
with the os.mkdir command. Using os.mkdir(mode=0 770) ends with the
incorrect permissions.
Thanks,
VJ
mkdir -m770 test
with the os.mkdir command. Using os.mkdir(mode=0 770) ends with the
incorrect permissions.
Thanks,
VJ
Comment