I copied one folder from local to home directory by using WINSCP.
Now I want to move the folder from home directory into root directory.
I used this command:
mv /home/user/data/* /root/data
It throws Permission Denied Error
Can anyone help me to achieve this?
Seems like you don't have root privileges. In case you have root password, you can try using sudo: