Create New Document

The title of your document (will be displayed as H1)
URL-friendly name (no spaces, use dashes)
Path where to create document (optional, use forward slashes to create subdirectories)

Move/Rename Document

Current location of the document
New path for the document (including the slug)
This only changes the document's path. It does not modify the document's title (H1 heading).

Delete Document

Are you sure you want to delete this document? This action cannot be undone.

Warning: If this is a folder, all contents including subfolders and documents will be deleted.

Message

Message content goes here.

Confirm Action

Are you sure?

Attachments

Allowed file types: jpg, jpeg, png, gif, svg, webp, txt, log, csv, sfd, zip, pdf, docx, xlsx, pptx, mp4 (Max: 10MB)

Document Files

Loading attached files...

Document History

Previous Versions

Loading versions...

Preview

Select a version to preview

Wiki Settings

Language for the user interface
Number of versions to keep per document. Set to 0 to disable versioning.
Maximum allowed file size for uploads in MB.

User Management

Add New User

Leave empty to keep current password
Users with these groups can access restricted sections.

Define path-based access rules for sections of your wiki, then assign users to groups in the Users tab. Rules are evaluated in order. First match wins.

Active Rules

Import markdown files from a ZIP archive. Files will be processed and stored in the appropriate document structure. Directory structure in the ZIP (category/subcategory) will be preserved in the wiki.

Upload a ZIP file containing markdown (.md) files to import.

Create and manage backups of your wiki data. Backups include all documents, images, and configuration files.

Available Backups

Loading backups...

Add/Edit Access Rule

Selected: /

Add Column

Banner

ls

纯手敲记录

#ls list缩写,列出、罗列、显示
ls  #简单看
ls -l  #显示详细信息 l是long的缩写
ls -a  #显示全部文件包括隐藏文件 a是all的缩写
ls -la  #看全部文件的详细信息
ls -lh  #human-readable可读性好的显示文件大小,更清楚
ls -lah
ls /etc  #ls后面跟路径,直接看别的目录
ls /etc -lah  #ls+路径+参数 看指定目录下的文件的全部文件的可读性好的详细信息

详细说明

参数 全称 含义
-l long 以长格式显示详细信息(权限、大小、日期等)
-a all 显示所有文件,包括以 . 开头的隐藏文件
-h human-readable K、M、G 等单位显示文件大小,而不是字节数(需要配合 -l 使用)
ls /etc -lah   #路径和参数顺序无所谓

补充几个常用组合

ls -l      # 详细信息
ls -lh     # 详细信息 + 人性化大小
ls -la     # 全部文件(含隐藏)+ 详细信息
ls -lAh    # 全部文件(含隐藏,排除 . 和 ..)+ 人性化大小(A = almost-all)
ls -ltr    # 按时间排序,最新在最后(t = time, r = reverse)

如果你想看某个目录下按大小排序的文件,可以这样:

ls -lhS   # S = sort by size(从大到小)

Attached Files

Loading attached files...
Search Results