I am new to unix.
I am trying to move a file from one file system to another in unix. The id which i use is a group id and not owner id. The file is having rw-rw-r-- access. When i try to move the file from one file system to other it says permission denied.
Example
Server : Linux
Source path : /test/input
Destination path : /test/archive
File name : data.txt
Permissions : rw-rw-r--
Owner id : id1
My id : id2
Both id1 and id2 belongs to same group.
When i try to move the file from source to destination it says permission denied.
How to fix this?