Vim 编辑器

:12  跳转到某一指定行12

 

n 或 N查找下一个,n为同向,N为反向

 

gg           : 跳转到文件头

Shift+g   : 跳转到文件末尾

行数+gg : 跳转到指定行,例跳转到123行:123gg

 

rm  -fr oss

:edit newfile.

:wqa

:set wrapper

:/functionname

telnet localhost 8080

chmod  a+x file

tar zxvf zookeeper-3.4.5.tar.gz

mkdir -p /tmp/zookeeper

chmod -R a+x cgi-bin

ps aux|grap zookeeper

netstat -ntlp | grep 16853

 netstat -ntl

useradd dreamliang -m -d /data/kobe -G users

telnet 10.6.19.139 80 ps uax |grep git

dmesg  -c

git push

telnet localhost 2182
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
^]
telnet> quit

 cat ../bin/start.sh

export LD_LIBRARY_PATH="$LD_LIBRARY_PATH;`pwd`/../lib;/usr/local/services/python/lib"

cd ./..

uname -a

ldd ./zookeeper.so

svn st

 

strace ldd ./zookeeper.so

ls -al

 

 

ln -s libzookeeper_mt.so.2.0.0 libzookeeper_mt.so.2

 

 

ImportError: libclntsh.so.10.1: cannot open shared object file: No such file or directory


经过查找发现是oracle的路径没有设置

输入:

locate libclntsh.so.10.1

获取对于路径

/app/oracle/oracle/product/10.2.0/db_1/lib/libclntsh.so.10.1


编辑/etc/ld.so.conf

vim /etc/ld.so.conf


在最后一行输入获取的路径

/oracle/product/10.2.0/db_1/lib/

 

 

 

 

4.命令实例:

实例1创建一个空目录 

命令:

mkdir test1

输出:

[root@localhost soft]# cd test

[root@localhost test]# mkdir test1

[root@localhost test]# ll

总计 4drwxr-xr-x 2 root root 4096 10-25 17:42 test1

[root@localhost test]#

实例2递归创建多个目录 

命令:

mkdir -p test2/test22

输出:

[root@localhost test]# mkdir -p test2/test22

[root@localhost test]# ll

总计 8drwxr-xr-x 2 root root 4096 10-25 17:42 test1

drwxr-xr-x 3 root root 4096 10-25 17:44 test2

[root@localhost test]# cd test2/

[root@localhost test2]# ll

总计 4drwxr-xr-x 2 root root 4096 10-25 17:44 test22

[root@localhost test2]#

实例3创建权限为777的目录 

命令:

mkdir -m 777 test3

输出:

[root@localhost test]# mkdir -m 777 test3

[root@localhost test]# ll

总计 12drwxr-xr-x 2 root root 4096 10-25 17:42 test1

drwxr-xr-x 3 root root 4096 10-25 17:44 test2

drwxrwxrwx 2 root root 4096 10-25 17:46 test3

[root@localhost test]#

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值