---
title: 文件系统基础功能认验证
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/instg-osc/kunpenglustre_009.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/instg-osc/kunpenglustre_009.html
indexId: 1347bc7e238993ab8acb892bc1194db7a05a4b6fd82a7cf6e04788e41f7649a665
---
# 文件系统基础功能认验证

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令验证基础写操作。

```
echo “This is the basic write test for lustre” >> /mnt/lustre/test.log
```


3. 执行以下命令验证基础读操作。

```
cat /mnt/lustre/test.log
```

```
This is the basic write test for lustre
```
