快速业务通道

linux常用命令总结 ---不定时更新

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-19
一 软件安装篇
1.rpm
rpm -ivh xxxxxxxx
2.*.tar.gz
# 1: Uncompress tarball
To uncompress them, execute the following command(s) depending on the extension:
$ tar zxf file.tar.gz
$ tar zxf file.tgz
$ tar jxf file.tar.bz2
$ tar jxf file.tbz2

Now change directory
$ ls
$ cd path-to-software/
# 2: Build and install software

Generally you need to type 3 commands as follows for building and compiling software:
# ./configure
# make
# make install

Where

* ./configure will configure the software to ensure your system has the necessary functionality and libraries to successfully compile the package
* make will compile all the source files into executable binaries.
* Finally, make install will install the binaries and any supporting files into the appropriate locations.

# 3: Read INSTALL / README file

Each tarball comes with installation and build instructions. Open INSTALL or README file for more information:
$ vi INSTALL

二 系统篇
1.系统关机
# shutdown -k 2 Attention:System will shutdown soon! //带参数k系统不会实际关机
# shutdown 2 Attention:System will shutdown soon! //2分钟后实际执行shutdown命令

最快速关机命令 # shutdown -h now

定时关机命令
# shutdown 9:30
# shutdown 5
# shutdown now

取消关机命令,则只要按Ctrl C键即可

2.系统重启
定时重启命令
# shutdown -r 9:30
# shutdown -r 5
# shutdown -r now

另外还有其他3个命令 1.halt 2.poweroff 3.reboot

注意:在实际执行关机前,最好先执行sync命令,它可以将内存缓冲区内的数据写回硬盘,以避免正在访问的数据丢失,执行shutdown命令.



















凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号