Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
What is the command we need to use to find out a path for a particular file and directory??
Thanks in advance.
Take a look at either the locate or find commands. Type in "man locate" or "man find". You don't say anything about the version/distro of Linux you're using.....
What is the context or purpose for needing this information?
For files in the current directory, all you need to know is where that directory is, which you can get with the pwd command. For programs and system commands you can use which; "which mplayer", for example. Note that some commands are shell built-ins or aliases and such, and won't give you any output.
As for other files on the system, if you don't already know where they are, then you can't rightly run any commands on them, can you? All you can do is use find or locate to search for them.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.