Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1648997
  • 博文数量: 631
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 3920
  • 用 户 组: 普通用户
  • 注册时间: 2014-08-06 21:58
个人简介

博客是我工作的好帮手,遇到困难就来博客找资料

文章分类

全部博文(631)

文章存档

2022年(2)

2021年(4)

2020年(40)

2019年(4)

2018年(78)

2017年(213)

2016年(41)

2015年(183)

2014年(66)

我的朋友

发布时间:2014-11-25 17:47:26

redhat的启动方式和执行次序是:  加载内核  执行init程序  /etc/rc.d/rc.sysinit # 由init执行的第一个脚本  /etc/rc.d/rc $RUNLEVEL # $RUNLEVEL为缺省的运行模式  /etc/rc.d/rc.local     #相应级别服务启动之后、在执行该文件(其实也可以把需要执行的命令写到该文件中.........【阅读全文】

阅读(858) | 评论(0) | 转发(0)

发布时间:2014-11-25 09:54:55

wget  http://222.73.155.42:16000/123456.txt wget  ftp://IP地址:21///usr/local/nginx/html/RHEL-5.4-x86_64-dvd.iso --ftp-user=root --ftp-password="自己设定的密码" -r       wget http://192.168.56.16:80/123456.txt&nbs.........【阅读全文】

阅读(830) | 评论(0) | 转发(0)

发布时间:2014-11-24 15:10:39

1 shell变量基础shell变量是一种很“弱”的变量,默认情况下,一个变量保存一个串,shell不关心这个串是什么含义。所以若要进行数学运算,必须使用一些命令例如let、declare、expr、双括号等。shell变量可分为两类:局部变量和环境变量。局部变量只在创建它们的shell中可用。而环境变量则可以在创建它们的shell及其派.........【阅读全文】

阅读(839) | 评论(0) | 转发(0)

发布时间:2014-11-21 12:20:32

系统版本:Linux localhost.localdomain 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35EDT 2007 i686 i686 i386 GNU/Linux[root@localhost ~]# cat /etc/redhat-releaseRed Hat Enterprise Linux AS release 4 (Nahant Update 5)一、1.下载软件包:http://yum.baseurl.org/download/2.0/yu.........【阅读全文】

阅读(915) | 评论(0) | 转发(0)

发布时间:2014-11-21 12:16:13

[root@localhost tmp]# mkdir iso[root@localhost tmp]# mount -o username=administrator,password= //192.168.1.166/iso /tmp/iso[root@localhost tmp]# cd /tmp/iso/[root@localhost iso]# ll总计 11136748-rwxrwSrwx 1 root root 2455818240 2010-10-09 CentOS-4.8-i386-binDVD.iso-rwxrwSrwx 1 root root 4.........【阅读全文】

阅读(884) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

onlyword2018-01-30 15:35

博主python玩的很溜啊,貌似有很多有用的东西,感谢分享!

回复  |  举报
留言热议
请登录后留言。

登录 注册