码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 后台开发常用命令

时间:2017-08-07 16:49:58      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:lin   rpm   tor   usr   编译   /dev/zero   yum   man   hat   

1、automake编译

autoreconf -isv

./configure

make

2、远程获取代码

rsync -aPvr --exclude=*/log/* *.*.*.*::home/src .

3、建立软链

ln -s ../../../word_segmentor/ word_segmentor

4、建立空文件

dd if=/dev/zero of=/home/src bs=1M count=1000

5、修改用户

chown -R usr.usr *

6、查看文件,滚动log

tail -f src

7.查看安装包

rpm -qa
#查看属于哪个安装包
yum whatprovides /usr/bin/nm

8.查看工具信息或函数的头文件等

man -K *

 

Linux 后台开发常用命令

标签:lin   rpm   tor   usr   编译   /dev/zero   yum   man   hat   

原文地址:http://www.cnblogs.com/zl1991/p/7299515.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!