quand tu installes apache2 et mariadb, cela crée des fichiers qui s’ouvrent automatiquement au démarrage, on appelle ça des serveurs
pour vérifier qu’ils sont en marche : tape dans un terminal ps aux |grep apache2 soit te donner un truc comme
root 1206 0.0 0.2 372044 74412 ? Ss 20:21 0:00 /usr/sbin/apache2 -k start
www-data 1657 0.0 0.0 371972 21988 ? S 20:21 0:00 /usr/sbin/apache2 -k start
ps aux |grep mariadb
mysql 902 0.0 0.3 1870384 109428 ? Ssl 20:20 0:01 /usr/sbin/mariadbd
tu as ça aussi :
systemctl list-units |egrep "apache2|mariadb"
apache2.service loaded active running The Apache HTTP Server
mariadb.service loaded active running MariaDB 10.5.18 database server