Hi there,
I am trying to install lighttpd on to a Pi 3 after i have run the command, i can't find the path /var/www/html/.
Any ideas?
-
- Posts: 18
- Joined: Fri Dec 29, 2017 6:39 pm
- DougieLawson
- Posts: 40821
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: installing Lighttpd
sudo mkdir -p /var/www/html
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 18
- Joined: Fri Dec 29, 2017 6:39 pm
Re: installing Lighttpd
I'm trying to move some files to there but i am getting
'/var/www/html/*' is not a directory.
sudo mv /home/pi/transfer/* /var/www/html/*
Does that look correct?
'/var/www/html/*' is not a directory.
sudo mv /home/pi/transfer/* /var/www/html/*
Does that look correct?
Re: installing Lighttpd
Leave off the last *TheTwister wrote: ↑Sun Apr 15, 2018 12:20 pmI'm trying to move some files to there but i am getting
'/var/www/html/*' is not a directory.
sudo mv /home/pi/transfer/* /var/www/html/*
Does that look correct?
Code: Select all
sudo mv /home/pi/transfer/* /var/www/html/