
Finding the process that is using a certain port in Linux
Jun 17, 2011 · I'd like to be able to find out which process is currently using a certain port in Linux. Is there any way to do this?
How do I list files with full paths in Linux? - Super User
Jan 3, 2013 · In Linux, is there an equivalent to Dir /s /a /b where the full path and filename is listed? I'm new to Linux, and without a GUI, I want to get an idea of the structure of what's on …
linux - Faster alternatives to "find" and "locate"? - Super User
Sep 29, 2011 · I will like to use "find" and locate" to search for source files in my project, but they take a long time to run. Are there faster alternatives to these programs I don't know about, or …
Get a list of Open Ports in Linux - Super User
Jan 8, 2013 · I need a Linux command to list all free open ports for use in an application lsof -i TCP| fgrep LISTEN Does not seen to be helping as the Ports it lists are not necessarily free for …
linux - Get home directory by username - Super User
Oct 6, 2012 · I want to obtain home dir of any user with echo
linux - find / grep command without searching mounted shares
Jan 5, 2011 · 53 When I used the find command, I almost always need to search the local drives. But, I almost always have super large network shares mounted and these are included in the …
linux - Equivalent of Unix find command on Windows - Super User
Mar 16, 2012 · What is the equivalent of the Unix find command on Windows? I see that the find.exe on Windows is more like a grep. I am especially interested in the equivalent of find . …
command line - How to find a directory on linux? - Super User
This question is about how to find a directory whose name you know, not how to find a directory whose name you know (approximately). Besides, the accepted answer (from over 6 years …
Unix/Linux find and sort by date modified - Super User
Sep 7, 2012 · How can I do a simple find which would order the results by most recently modified? Here is the current find I am using (I am doing a shell escape in PHP, so that is the reasoning …
linux - Supresss the 'no such file or directory' message from 'find ...
Apr 7, 2016 · The find command won't print "no such file or directory" if the search path (/users/dan, in this case) exists, even if there are no matches. Are you sure this directory exists?