文件操作 - README.md
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/netdata/web/server/static/README.md
编辑文件内容
<!-- --- title: "`static-threaded` web server" custom_edit_url: https://github.com/netdata/netdata/edit/master/web/server/static/README.md --- --> # `static-threaded` web server The `static-threaded` web server spawns a fixed number of threads. All the threads are concurrently listening for web requests on the same sockets. The kernel distributes the incoming requests to them. Each thread uses non-blocking I/O so it can serve any number of web requests in parallel. This web server respects the `keep-alive` HTTP header to serve multiple HTTP requests via the same connection. [](<>)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件