cp -p /somefolder/somefile /someotherfolder/
is returning:
The file access permissions do not allow the specified action
the file is being copied with the expected permissions so why is AIX giving me this error?
drwxrwxrwx somefolder
drwxrwxrwx someotherfolder
-rw-rw-r-- somefile copies with -rw-rw-r--
is returning:
The file access permissions do not allow the specified action
the file is being copied with the expected permissions so why is AIX giving me this error?
drwxrwxrwx somefolder
drwxrwxrwx someotherfolder
-rw-rw-r-- somefile copies with -rw-rw-r--