输入 yum -y install gcc gcc-c++ kernel-devel 命令,安装 gcc、c++ 编译器以及内核文件
vim test.c
:!q 退出
gcc test.c -o test && ./test
编译,输出可执行文件为test,执行该程序