I have tried to execute
(base) [sebastianr@user ~]$ php
bash: php: command not found
(base) [sebastianr@user ~]$ sudo ln -s /opt/llamp/bin/php /usr/bin/php
[sudo] password for sebastianr:
ln: failed to create symbolic link '/usr/bin/php': File exists
the file is in usr/bin/ directory, what need I do?