Woher weiß ich, ob mein Computer (Ubuntu) einen lokalen Server verwendet? Wie wampp, xampp oder lampp? Und woher weiß ich so etwas von meiner Ubuntu-Version?
Akzeptierte Antwort:
Sie können netstat -atup
verwenden
hier
-t : Select all TCP services
-u : Select all UDP services
-a : Display all listening and non-listening sockets.
-p : Display the PID and name of the program to which each socket belongs
Sie erhalten alle Dienste zusammen mit der PID.