Background
Sometimes it’s useful to create a whole bunch of directories at once. Use the following command to do this Linux and the mkdir
command:
mkdir -p storage/framework/{sessions,views,cache}
Sometimes it’s useful to create a whole bunch of directories at once. Use the following command to do this Linux and the mkdir
command:
mkdir -p storage/framework/{sessions,views,cache}