linux - Vagrant synced folder ls command -
i trying understand how syncing works vagrant , how workflow going , having trouble. have @ console:
vagrant@vagrant-ubuntu-trusty-64:~$ pwd /home/vagrant vagrant@vagrant-ubuntu-trusty-64:~$ ls vagrant@vagrant-ubuntu-trusty-64:~$ ls -a . .. .bash_logout .bashrc .cache .profile .ssh vagrant@vagrant-ubuntu-trusty-64:~$ ls /vagrant vagrantfile vagrant@vagrant-ubuntu-trusty-64:~$ cd /vagrant vagrant@vagrant-ubuntu-trusty-64:/vagrant$ ls vagrantfile vagrant@vagrant-ubuntu-trusty-64:/vagrant$ ls -a . .. .vagrant vagrantfile vagrant@vagrant-ubuntu-trusty-64:/vagrant$ pwd /vagrant vagrant@vagrant-ubuntu-trusty-64:/vagrant$
how make sense? in directory /home/vagrant. why getting different results typing ls , ls /vagrant. in home directory type ls -a , there no folder called vagrant, can cd /vagrant new vagrant directory. when pwd
don't full path of current directory. missing?
Comments
Post a Comment