/etc/services Entry Configuration User Guide Add Services to /etc/services: Description: This section defines custom service entries to be added to the system’s /etc/services file. These entries map service names to port numbers and protocols (e.g., 1313/tcp), enabling applications to reference services by name instead of port. ✅ Used for internal service discovery, firewall rules, and application configurations. Section: Add Entries to /etc/services (add_etc_services) Example JSON: json 1 2 3 4 5 6 7 8 9 ⌄ "add_etc_services": { "COMMENT": "Add the following services in /etc/services. (Space separating key/value)", "file_name": "/etc/services", "oracellsnr": "1313/tcp", "csawhttp": "2382/tcp", "csawrm": "4390/tcp", ... "ogg_17": "7817/tcp" } FIELD NAME TYPE DESCRIPTION EXAMPLE VALUE COMMENT String Instruction or note for users/admins "Ad...
Labtools9
The Linux Knowledge Hub