I have a folder named "Parser" in my directory.
I am trying to copy this folder (Parser) from my own directory to my colleagues directory in / home / vinay
But I get this exception
cp: cannot create directory `/ home / vinay / Parser ': Permission denied
These are the commands that I followed.
-bash-3.00$ cp -r Parser /home/vinay/
cp: cannot create directory `/home/vinay/Parser': Permission denied
Pawan source
share