12.
date && uname -a && who && ps
13.
14.
sudo find ~/ -name foobar 2>/dev/null 15.
sudo find ~/ -name foobar >footbat.path 2>/dev/null cat foobar.path 16. 17.
18.
ls –l >1 wc –c –l –w 1
bash < ./fdata > ./fout
cat student.records 1> output.date 2>error.log
19.
find /bin -type f|wc -l find /bin -type d|wc -l find /bin -type l|wc –l
20.
5、 讨论、心得
进一步的加深了对shell命令的理解,同时也了解到了很多实用的小技巧(PS:UbuntuKylin版还是不如10.10稳定,新版的ubuntu的界面还是用不习惯
//在这里写:实验过程中遇到的问题及解决的方法,您做本实验体会