one:可以利用ubuntu自带的search for files工具查找, 速度很快
two:在shell中用命令查找
查找文件:
sudo find / -name sources.list
查找目录
sudo find / -name Java
/ 表示在根目录下。。。。。。。。
ref:
http://forum.ubuntu.org.cn/viewtopic.php?t=211701
posted on 2009-07-27 14:24
fl1429 阅读(22176)
评论(0) 编辑 收藏 所属分类:
Ubuntu