Commit 491018

2026-02-02 07:36:16 Terry: -/-
it运维/minio.md ..
@@ 59,7 59,7 @@
```
## 创建相关用户与文件夹
- ```bash
+ ```bash=
root@xxx# groupadd -r minio-user
root@xxx# useradd -M -r -g minio-user minio-user
root@xxx# mkdir /data/miniodat
@@ 70,7 70,7 @@
在 `/etc/default/minio` 创建环境变量文件
- ```shell
+ ```shell=
# MINIO_ROOT_USER and MINIO_ROOT_PASSWORD sets the root account for the MinIO server.
# This user has unrestricted permissions to perform S3 and administrative API operations on any resource in the deployment.
# Omit to use the default values 'minioadmin:minioadmin'.
@@ 111,7 111,7 @@
journalctl 的显示输出的样例如下面展示的内容:
- ```
+ ```shell=
Status: 1 Online, 0 Offline.
API: http://192.168.2.100:9000 http://127.0.0.1:9000
RootUser: myminioadmin
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9