Skip to content

Commit 158f3e7

Browse files
authored
Merge pull request #188 from annkots/master
CL documentation updates
2 parents b038345 + 0e51f8d commit 158f3e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
96.8 KB
Binary file not shown.

docs/legacy/control_panel_integration/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,9 +1304,9 @@ CageFS documentation can be found here: [CageFS](/legacy/cloudlinux_os_component
13041304

13051305
### CageFS MIN_UID
13061306

1307-
CageFS has MIN_UID setting. Users with UIDs < MIN_UID will not be limited by CageFS. This setting is configured based on UID_MIN setting from <span class="notranslate">`/etc/login.defs`</span> file by default. So, typically MIN_UID is 500 on CloudLinux OS 6 and 1000 on CloudLinux OS 7.
1307+
CageFS has UID_MIN setting. Users with UIDs < UID_MIN will not be limited by CageFS. This setting is configured based on UID_MIN setting from <span class="notranslate">`/etc/login.defs`</span> file by default. So, typically UID_MIN is 500 on CloudLinux OS 6 and 1000 on CloudLinux OS 7.
13081308

1309-
You can obtain current MIN_UID value by executing the following command:
1309+
You can obtain current UID_MIN value by executing the following command:
13101310

13111311
<div class="notranslate">
13121312

@@ -1315,7 +1315,7 @@ cagefsctl --get-min-uid
13151315
```
13161316
</div>
13171317

1318-
You can set MIN_UID by executing the following command:
1318+
You can set UID_MIN by executing the following command:
13191319

13201320
<div class="notranslate">
13211321

@@ -1324,7 +1324,7 @@ cagefsctl --set-min-uid <value>
13241324
```
13251325
</div>
13261326

1327-
For example, to set MIN_UID to 10000, you should execute the following command:
1327+
For example, to set UID_MIN to 10000, you should execute the following command:
13281328

13291329
<div class="notranslate">
13301330

0 commit comments

Comments
 (0)