Not able to copy files between accounts folder

Why I am not able to copy files between accounts folders even though i am logged in my root account?
Please help.

using CLI…
then use cp command or you can install midnight commander

if im not wrong
2.1.3 will have root filemanager
cc: @usmannasir @shoaibkk cmiiw

@MyIDKaTePe
I am using CLI, unfortunately the command did not succeed because of a permission issue even when I use a sudoer user or root user. this is weird

if you are root
then it should have full permission

Even with root user I get the following error

root@xyz:/home/foo# cp blah-blah-file-202204091800.zip /home/bar/
cp: cannot create regular file '/home/bar/blah-blah-file-202204091800.zip': Operation not permitted

are you talking about cyberpanel or default linux help ?

cp command will work for this change the user directory to root also show me the folder permissions.

1 Like

@MyIDKaTePe we will announce soon that while it is coming in 2.2.0 or 2.1.3

2 Likes
root@xyz:/home# ls -lh

drwx--x--x 6 bar  bar  4.0K Apr  8 06:01 bar
drwxr-xr-x 8 foo      foo      4.0K Apr 10 08:06 foo

root@xyz:/home/foo# ls -lh

-rwxrwxr-x 1 bar bar 1.9G Apr  9 18:02 blah-blah-file-202204091800.zip

Changing the file/directory attributes fixed the issue

$ chattr -i -a .

for more info

$ man lsattr
$ man chattr
1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.