欢迎光临IT网Linux学习频道

当前位置: > Linux命令 >
  • [Linux命令] Linux crontab 命令格式与详细例子 日期:2015-01-07 22:02:07 点击:174 好评:0

    基本格式 : * * * * * command 分 时 日 月 周 命令 第1列表示分钟1~59 每分钟用*或者 */1表示 第2列表示小时1~23(0表示0点) 第3列表示日期1~31 第4列表示月份1~12 第5列标识号星期0~6(0表示星期天) 第6列要运行的命令 crontab文件的一些例子: 30...

  • [Linux命令] tar,gzip,bzip2命令参数详解 日期:2015-01-06 00:23:15 点击:195 好评:0

    tar命令是linux下最常用的打包程序,基本用法可以用man tar查看,举例说明: # tar -cf all.tar *.jpg 这条命令是将所有.jpg的文件打成一个名为all.tar的包。-c是表示产生新的包,-f指定包的文件名。 # tar -rf all.tar *.gif 这条命令是将所有.gif的文件增...

  • [Linux命令] linux一些基本命令以及初级网络配置 日期:2015-01-02 15:37:03 点击:192 好评:0

    基本命令 uname -a -s hostname显示主机名 若是要永久生效,则编辑以下文件 #vim /etc/sysconfig/network ssh远程登录 #ssh 10.1.1.54 (是以root用户登录的) #sshtom@10.1.1.54(是以tom身份登录) #ssh -Y 10.1.1.54(可以启动图形界面的远程登陆) scp...

  • [Linux命令] Linux命令记录-nethogs命令 日期:2014-12-28 00:23:38 点击:174 好评:0

    Nethogs 是一个终端下的网络流量监控工具,它的特别之处在于可以显示每个进程的带宽占用情况,这样可以更直观获取网络使用情况。它支持 IPv4 和 IPv6 协议、支持本地网卡及 PPP 链接。 安装过程 ##下载## [root@ipython ~]# wget http://softlayer-dal.dl.so...

  • [Linux命令] linux网络配置之setup命令 日期:2014-12-24 13:56:01 点击:71 好评:0

    linux的网络配置: 1)永久修改本地的机器名:/etc/sysconfig/network 2) 永久修改对外的机器名:/etc/hosts linux网络配置检测: 1)mtr蛮好用的,不仅可以看到能不能ping通,而且还可以看到到达目的说经过的路由路径,从而更清楚地看到是哪里ping不通。 使...

  • [Linux命令] Linux命令Find实例 日期:2014-12-24 13:52:19 点击:140 好评:0

    35 Practical Examples of Linux Find Command Part I: Basic Find Commands for Finding Files with Names Part II: Find Files Based on their Permissions Part III: Search Files Based On Owners and Groups Part IV: Find Files and Directories Based...

  • [Linux命令] xdg-open命令智能打开各种格式的文件 日期:2014-12-23 22:00:16 点击:131 好评:0

    在linux中,通常用命令行打开文本文件,比如用命令gedit、more、cat、vim、less。但当需要打开其他格式文件时,比如pdf、jpg、mp3格式文件,咱们通常做法是进入到文件所在的目录,双击打开,很影响效率。事实上,可以通过命令xdg-open(opens a file or URL in...

  • [Linux命令] ipcs 命令 日期:2014-12-20 21:33:36 点击:115 好评:0

    ipcs - 分析消息队列、共享内存和信号量 ipcs - report status of interprocess communication facilities ipcs displays certain information about active interprocess communication facilities. With no options, ipcs displays information in short f...

  • [Linux命令] awk命令分析nginx日志文件 日期:2014-12-19 14:19:51 点击:204 好评:0

    awk命令分析nginx日志文件的方法,awk中时间戳与日期转换转换的方法。 awk命令分析nginx日志文件: awk BEGIN {FS= - } {if(index($5,GET /index.do?snstoken=)0 || index($5,GET /index.do )0) a[$1]++} END{for (i in a) {print i,a[i]}} access.log.2010-0...

  • [Linux命令] sed文本替换实例分享 日期:2014-12-19 14:10:39 点击:78 好评:0

    有关sed命令进行文本替换的一些例子,sed替换给定文本中的字符串,sed替换文本中所有内容,sed命令参数选项用法。 1、sed替换给定文本中的字符串。 seds/pattern/replace_string/ file 2、将sed替换结果应用于原文件。 sed -i s/text/replace/ file 3、sed替...

  • 首页
  • 上一页
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 下一页
  • 末页
  • 1181175
栏目列表
推荐内容