3 FAQ tagged "command search"
Viewing 1-3 of 3 FAQ -- How To Find Files by Content Under UNIX
Q. I had written lots of code in C for my school work and saved it as source code under /home/user/c/*.c and *.h. How do I find files by content such as string or words (function name such as main() under UNIX shell prompt?
- Debian / Ubuntu Linux search package names with apt-cache command
Q. I’d like to find out if xyz package is available or not using apt-get command. How do I look up package names and contents via shell command?
A. You need to use apt-cache command to performs a variety of operations on APT’s package cache. apt-cache does not manipulate the state of the system but [...] - How do I find all the files owned by a particular user or group?
Q. How do I list or find all the files owned by a particular system user or group under Linux or UNIX operating system?
A. Only find command (search for files in a directory hierarchy) got options that allow you to search files owned by a specific user or groups.
Find file owned by group
Use following syntax:
find [...]
Viewing 1-3 of 3 FAQ - ( see all popular tags )



Recent Comments
Today ~ 9 Comments
Yesterday ~ 88 Comments
Yesterday ~ 6 Comments
Yesterday ~ 7 Comments
11/07/2008 11:19 am (4 weeks ago) ~ 7 Comments