linux --备份oracle

1.expimp 导入导出命令使用
exp username/pwd@sid file=path.dmp owner=user
不导出表数据:rows=n
举例:exp iflashbuy/qwerwhy246@width246 file=/201401025.dmp owner=iflashbuy

2.&& 命令
举例:sh startup.sh && tail -f ../logs/catalina.out

3.netstat 使用
举例:netstat -ano | grep 2460


4.fine -name 当前目录下查找
举例:find -name MemCachedaopBean.class

5.valgrind
valgrind tomcat-if sample

原文地址:https://www.cnblogs.com/yangxia-test/p/3533273.html