How To Search Files Using Linux Shell
RegisterLogin
How To Search Files Using Linux Shell
Post Description: do you want to know howto search file shell linux - if so you will find this simple tutoril on howto search file shell linux finding and searching for files in linux system is easy
Tags: how, to, search, files, using, linux, shell
This Post Was Posted On Mar 05, 2010 By Webune Support #3227
Post Description: do you want to know howto search file shell linux - if so you will find this simple tutoril on howto search file shell linux finding and searching for files in linux system is easy
Tags: how, to, search, files, using, linux, shell
This Post Was Posted On Mar 05, 2010 By Webune Support #3227
How To Search Files Using Linux Shell by Webune Support
welcome to webune web hosting
Webune offers dedicated and Virtual Linux hosting. If you are insterested in starting your own linux server, sign up today!!!
many of our customer who have linux server would find this command helpful.
lets say you wan to search for a particular file in your linux file system, for example, you want to find the apache configuration file - we all know its located at: /etc/httpd/conf/httpd.conf - but how about if you didnt know that? well, you would just send this command in the shell terminal:
# find / -name httpd.conf -print
ok how about if you wanted to find some log file? as you know, the logs are located in the /var/log directory so you can send this command:
# find /var/log -name some*.log -print
this command will find any file in the /var/log directory which starts with some and ends with .log
hope that helps
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Mon Dec 19, 2011 5:01 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3