hi all,
I am new to linux, sometimes i wonder if there is a way to search for the utility command such as useradd or ifconfig. The reason i ask is, in Fedora, there are many command that are hiding in different places.
For example, I now know useradd is under /usr/bin/ and ipconfig is under /sbin, and so does shutdown command. But if i don't know where a command is, is there a way to figure it out quickly instead of digging it up from the book or the internet?
k2k 5 Posting Whiz
Recommended Answers
Jump to Postlocate will work only if you use updatedb before that
also whereis and which commands are OK
basically, most commands are in /sbin and /usr/bin so no need to look for them.
if you don't know what command you need, use google.com/linux to look …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.