.bashrc: Permission denied

前端 未结 4 1748
陌清茗
陌清茗 2020-12-28 16:42

I try to work with a project in vagrant. I have made the command vagrant ssh, and connected to VM. Now I need to edit .bashrc file to set path to

4条回答
  •  甜味超标
    2020-12-28 17:21

    If you can't access the file and your os is any linux distro or mac os x then either of these commands should work:

    sudo nano .bashrc
    
    chmod 777 .bashrc 
    

    it is worthless

提交回复
热议问题