Command:
mkdir -p /drives/f/_/cache
returns:
mkdir: can't create directory '/drives/f/': Permission denied
in MobaXterm on Windows.
mkdir -p cache
in /drives/f/_/ works fine.
Any workaround on this assuming I can't go with relative path here? I can't change permissions for /drives so I think there is the main problem. Maybe there is a solution in MobaXterm allowing to use full path without /drives at the beginning?