梳理常用的Linux命令 day1--cd命令 cd命令:(注意以下的命令,cd后均有一个空格) 1.进入盘符: cd f: 2.进入当前目录命令: cd . 3.进入指定文件夹(在进入确定盘符之后,如上面指定的f盘): cd Linuxtest/test01 4.进入当前用户主目录: cd ~ 5.进入上级目录命令: cd .. 6.进入上两级目录: cd ../.. day2--mv命令 (操作前提是定位到了对应的目录才行!且执行操作后的每个文件夹后面都有/) touch 命名创建文件,可指
An SSH key allows you to establish a secure connection between your computer and GitLab. Before generating an SSH key in your shell, check if your system already has one by running the following command: Windows Command Line: type %userprofile%\.ssh\
https://www.npmjs.com/package/ssh2 npm install ssh2 ssh2文件下载: //前台命令下发 app.get('/test/fileDownload', function (req, res) { var downloadPath = req.query.downloadPath; console.log(downloadPath); var conn = new Client(); conn.on('ready', function() { c