Linux 中以 `.` 开头的文件默认不会被普通 `ls` 显示。服务器上有一个隐藏文件,请找到它。
用 `ls -la` 同时显示隐藏文件。
寻找以 `.` 开头的文件名。
读取 `.secret`:`cat .secret`。