guake: fix typo, linux/g*: add Korean translation (#14704)
* linux/g*: add Korean translation * guake: fix typo * Update pages.ko/linux/genisoimage.md Co-authored-by: Chooooo <contact@choo.ooo> * linux/gnome-extensions: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
17
pages.ko/linux/getsebool.md
Normal file
17
pages.ko/linux/getsebool.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# getsebool
|
||||
|
||||
> SELinux 부울 값 가져오기.
|
||||
> 같이 보기: `semanage-boolean`, `setsebool`.
|
||||
> 더 많은 정보: <https://manned.org/getsebool>.
|
||||
|
||||
- 특정 부울의 현재 설정 보기:
|
||||
|
||||
`getsebool {{httpd_can_connect_ftp}}`
|
||||
|
||||
- 모든 부울의 현재 설정 보기:
|
||||
|
||||
`getsebool -a`
|
||||
|
||||
- 설명과 함께 모든 부울의 현재 설정 보기:
|
||||
|
||||
`sudo semanage boolean {{-l|--list}}`
|
Reference in New Issue
Block a user