Linux学习笔记
2016-12-19 本文已影响0人
小宝瓜
12月19日23:24
查看内网IP
hostname -I
查看文件类型
file abc.txt
脚本是在新开shell执行,要在当前执行
source ./my.sh
查看deb包文件
dpkg -L mysql
查看文件属于哪个包
dpkg -S /bin/mysql
相关截图
慕课网《Linux Guide for Developers》
![](https://img.haomeiwen.com/i4052858/021a490d8bb62fea.png)
![](https://img.haomeiwen.com/i4052858/7d66aa06cdeac0f1.png)
![](https://img.haomeiwen.com/i4052858/1b40334193d36f93.png)
![](https://img.haomeiwen.com/i4052858/2455814efcf1a903.png)
![](https://img.haomeiwen.com/i4052858/398fe6807c2c7142.png)
12月19日23:24
查看内网IP
hostname -I
查看文件类型
file abc.txt
脚本是在新开shell执行,要在当前执行
source ./my.sh
查看deb包文件
dpkg -L mysql
查看文件属于哪个包
dpkg -S /bin/mysql
相关截图
慕课网《Linux Guide for Developers》