一、
1.mkdir ../dir1 && touch ../dir/file
2.cp -r /mnt/dir1/* /home/dir2
3.pwd
4.ls -l
5.ip或ifconfig
6.top
7.ps aux | grep python
8.kill -9 7580
9.ping
10.find /usr -type f -name '*name*'
11. a-> 输入内容->ese->shift+冒号 wq回车
12.
13.df -h
14.tar -xvzf tmp.tar.gz
15.chmod 765 tmp
二、
1.
①19 ② 4 ③4 ④4
2. 5
3.
std::string a="1245a";
for (char c : a)
{std::cout << "0x" << std::hex << std::setw(2) << std::setfill('0') << (int)c << " "; }
0x31 0x32 0x34 0x35 0x61
4.
x=57 y=96
5.
(1) 1 (2)4 (3)1 (4)31 (5)3
思维导图