# authbind

## Description:

non-root 권한으로 1024 하위의 포트 바인드를 허가하는 유틸리티

## Features:

1. 사용법

   ```bash
   [root@an3 ~]$ authbind --deep command -option command_argument
   ```
2. tomcat을 authbind로 구동

   ```bash
   [root@an3 ~]$ cat /etc/sysconfig/tomcat
   TC_AUTHBIND=yes
   [root@an3 ~]$
   ```

## Reference:

* Search with google

## Dependencies:

* None

## Sub Packages:

* **authbind-devel** - authbind 개발 라이브러리와 헤더 파일
* **authbind-libs** - authbind 동적 라이브러리

## Related Packages:

* None


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-addon-packages/pkg-addon-authbind.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
