⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reboot.c

📁 webserver
💻 C
字号:
#include<sys/types.h>#include<stdio.h>#include <string.h>#include <unistd.h>#include <sys/stat.h>#include <fcntl.h>#include<stdlib.h>int main(){printf("Contenttype:text/html\n\n");printf("<html>\n");printf("<head><title> reboot system </title></head>\n");printf("<br><br><br><br>\n");printf("wait....reboot the system..........<br>\n");printf("<body><br>\n");printf("</body><br>\n");printf("</html>\n");fflush(stdout);system("reboot");}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -