linux
lvjun93
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux常用命令总结
1. rm -drf mydirmydir下所有东西包括mydir全部删除2. 删除文件中某个单词sed -e '/FAILED/d' result.txt.bak1.FAILED3.vi 中如何跳到指定行:12 跳到12行 4. vi面板如何复制一行1)把光标移动到要复制的行上2)按原创 2013-08-04 18:20:59 · 824 阅读 · 0 评论 -
Linux 添加开机启动项的两种方法
1、编辑文件 /etc/rc.localvim /etc/rc.local#!/bin/sh## This script will be executed *after* all the other init scripts.# You can put your own initialization stuff in here if you don't# want to转载 2014-06-17 17:53:03 · 2095 阅读 · 0 评论
分享