0

enter image description here

php version => PHP 7.4.23 (cli) laravel version => Laravel Framework 7.30.4

Abhishek
  • 1
  • 2

2 Answers2

1

$USER is a special shell variable (also referred to as an enviroment variable) that will always contain the username of the user running the process.

$user is a different (and empty) variable.

Private_GER
  • 185
  • 2
  • 12
0

User variable is written in capital letters

chown -R $USER:www-data storage