Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

laravel permission ubuntu lamp

cd /path/to/laravel 
sudo chgrp -R www-data storage bootstrap/cache 
sudo chmod -R ug+rwx storage bootstrap/cache
Comment

laravel permission ubuntu lamp

sudo chown -R www-data:www-data /path/to/laravel
Comment

laravel permission ubuntu lamp

sudo find /path/to/laravel -type f -exec chmod 644 {} ; 
sudo find /path/to/laravel -type d -exec chmod 755 {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: Managing network connections in ubuntu 
Shell :: pull a specific branch from github 
Shell :: laptop slow performance linux ubuntu 
Shell :: ssh upload file to server 
Shell :: git add remote 
Shell :: delete branches in bulk git 
Shell :: bash command to open file explorer 
Shell :: user no login centos 
Shell :: git remove first stash 
Shell :: displaying the last line of output bash 
Shell :: putty ubuntu 
Shell :: push git repo to github 
Shell :: git bash mac 
Shell :: install google assistant on linux 
Shell :: heroku error: src refspec master does not match any 
Shell :: How do I undo the most recent local commits in Git? 
Shell :: linux check which app is using network 
Shell :: how to see deleted commit in git 
Shell :: path/to/sdkmanager --install "cmdline-tools;latest" 
Shell :: remove directory from linux 
Shell :: copy file permissions to another file 
Shell :: ffmpeg install ubuntu 
Shell :: The following directories are not writable by your user: mac 
Shell :: where is ubuntu installed in windows 10 
Shell :: git delete commit history 
Shell :: top command 
Shell :: docker build from github repository 
Shell :: fedora simplescreenrecorder start 
Shell :: aws cli stop rds instance 
Shell :: git remove all user data 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =