---
title: 创建数据目录并授权
description: "创建数据目录以存储PostgreSQL的数据文件。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdbs/ecosystemEnable/PostgreSQL/kunpengpostgresql_03_0008.html
sourcePath: /source/zh/kunpengdbs/ecosystemEnable/PostgreSQL/kunpengpostgresql_03_0008.html
indexId: 713a115eeef3d48c740497a0ee1930c6b8599dd0e27f19a8f8a1d77ea0e188d879
---
# 创建数据目录并授权

创建数据目录以存储PostgreSQL的数据文件。

1. 创建数据目录。
  1 mkdir /data

2. 修改目录权限。
  1 chown -R postgres:postgres /data/
