首页 > 系统服务 > 详细

Simple way to display the path of object file in linux terminal

时间:2015-09-23 14:52:49      阅读:192      评论:0      收藏:0      [点我收藏+]

There are two ways to check the path of object file, here you are:

>find / -name filename.后缀

>locate filename.后缀

the above command will display the result list of filepath.

Simple way to display the path of object file in linux terminal

原文:http://www.cnblogs.com/Jeffrey-xu/p/4832061.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!