if i understood you correctly, you ask me to invoke 'open terminal' and from the first tab of prestashopp.app and then do the above mentioned?
see below
Linux debian 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
| _ |_) |_ _ _ __ _ _ __ (_)
| _ \ | _| ' \/ _` | ' \| |
|___/_|\__|_|_|\__,_|_|_|_|_|
*** Welcome to the Bitnami PrestaShop 1.7.6.8-1 ***
*** Documentation: <> ***
*** <> ***
*** Bitnami Forums: <> ***
For frequently used commands, please run:
sudo /opt/bitnami/bnhelper-tool
Last login: Tue Oct 27 20:22:23 2020 from 192.168.64.1
root@debian:~# sudo kill -9 $(sudo lsof -t -i:80)
sudo: lsof: command not found
Usage:
kill [options] [...]
Options:
[...] send signal to every listed
-, -s, --signal
specify the to be sent
-l, --list=[] list all signal names, or convert one to a name
-L, --table list all signal names in a nice table
-h, --help display this help and exit
-V, --version output version information and exit
For more details see kill(1).
root@debian:~# brew lsof
-bash: brew: command not found
root@debian:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 731M 0 731M 0% /dev
tmpfs 149M 16M 134M 11% /run
/dev/vda1 15G 2.5G 12G 18% /
tmpfs 745M 0 745M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 745M 0 745M 0% /sys/fs/cgroup
root@debian:~# cd /tmp
root@debian:/tmp# curl -s -o free-memory.rb <>
root@debian:/tmp# ruby free-memory.rb
-bash: ruby: command not found
root@debian:/tmp#