# 查看文件详细属性

## stat命令

```
# stat a.go 
  File: a.go
  Size: 63            Blocks: 0          IO Block: 512    regular file
Device: 2h/2d    Inode: 19140298416386648  Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2018-10-09 12:42:07.978765400 +0800
Modify: 2018-10-09 12:42:07.980763600 +0800
Change: 2018-10-09 12:42:07.982774800 +0800
 Birth: -
```

访问时间：atime，查看内容\
修改时间：mtime，修改内容 改变时间：ctime，文件属性，比如权限 删除时间：dtime，文件被删除的时间


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.clay-wangzhi.com/linux/wen-jian-guan-li/cha-kan-wen-jian-xiang-xi-shu-xing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
