随笔分类 -  linux

上一页 1 ··· 4 5 6 7 8
摘要:对于父进程,fork函数返回了子程序的进程号,而对于子程序,fork函数则返回零,这样,对于程序,只要判定fork函数的返回值,就知道自己是处于父进程还是子进程中。 阅读全文
posted @ 2018-09-07 16:24 anobscureretreat 阅读(222) 评论(0) 推荐(0) 编辑
摘要:关掉正在使用该文件的进程 阅读全文
posted @ 2018-08-10 19:33 anobscureretreat 阅读(4197) 评论(0) 推荐(0) 编辑
摘要:生成 swap 文件系统 激活 swap 文件 如果想系统启动时自动挂载,那就修改 /etc/fstab 文件, 新增如下内容 转自:https://blog.csdn.net/qq_29573053/article/details/69665996 阅读全文
posted @ 2018-07-30 23:39 anobscureretreat 阅读(1811) 评论(0) 推荐(0) 编辑
摘要:[root@1-min etc]# cat -n rsyslog.conf //显示所有行号(包括空行) [root@1-min etc]# cat -b rsyslog.conf //显示所有行号(但不包括空行) 或者: [root@1-min etc]# nl -ba rsyslog.conf 阅读全文
posted @ 2018-05-24 17:25 anobscureretreat 阅读(148) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8