Shell

Posted 冰蓝小猪宝宝

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Shell相关的知识,希望对你有一定的参考价值。

shell中使用ssh

ssh [email protected]    <<remotessh
    ps -ef|grep mongod | grep -v grep
remotessh

shell中切换root权限

#!/bin/bash
sudo su <<EOF
mkdir document;
exit;
EOF

 

以上是关于Shell的主要内容,如果未能解决你的问题,请参考以下文章

shell 脚本 片段

vue2.0 代码功能片段

nodejs常用代码片段

sh shell片段

常用python日期日志获取内容循环的代码片段

Eclipse 中的通用代码片段或模板