Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant ssh cannot list all file and folder in root /var/www/html directory #139

Open
namnguyen2091 opened this issue Jul 31, 2019 · 1 comment

Comments

@namnguyen2091
Copy link

namnguyen2091 commented Jul 31, 2019

I ran vagrant up success and access to web from real browser. When I try:

vagrant ssh
cd /var/www/html
ls -la

In my Vagrant file config, root folder is:

root/project/public

I'm only see some files in public folder and one folder in html folder but in html folder has many others folder and file. I'm using laravel and try to run php artisan command. Please help me solve this problem.

@dhensby
Copy link
Member

dhensby commented Aug 7, 2019

that may be a permissions problem because you are not viewing as root

try:

vagrant ssh
sudo su
cd /var/www/html
ls -la

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants