mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-08-02 23:11:37 -05:00
Use yaml front matter instead of toml
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
+++
|
||||
title = "Allow Non Root Processes to Bind to Privileged Ports"
|
||||
date = "2021-03-28"
|
||||
toc = true
|
||||
---
|
||||
|
||||
aliases = [
|
||||
"posts/allow-non-root-processes-to-bind-to-privileged-ports/",
|
||||
]
|
||||
title: Allow Non Root Processes to Bind to Privileged Ports
|
||||
date: "2021-03-28"
|
||||
toc: true
|
||||
|
||||
tags = [
|
||||
"guide",
|
||||
"linux",
|
||||
]
|
||||
+++
|
||||
aliases:
|
||||
- posts/allow-non-root-processes-to-bind-to-privileged-ports/
|
||||
|
||||
tags:
|
||||
- guide
|
||||
- linux
|
||||
|
||||
---
|
||||
|
||||
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
|
||||
running as root. Here's how to allow any process to bind to privileged ports.
|
||||
|
Reference in New Issue
Block a user