Tags: find

Searching for Files and Directories Using the find command

Linux, Solaris, Aix, HP-UX, Shell Script Send feedback »
The find command recursively descends the directory tree in the path name list, looking for the files that match the search criteria. As the find command locates the files that match those criteria, the path to each file is displayed on the screen.… more »

How to find and trace open ports in unix

Technology, Linux, Solaris, HP-UX Send feedback »
Listing all the preocess ids: # /usr/bin/ps -ef | sed 1d | awk '{print $2}' Mapping the files to ports using the PID: # /usr/proc/bin/pfiles 2>/dev/null | /usr/xpg4/bin/grep or # /usr/bin/ps -o pid -o args -p | sed 1d Mapping the sockname to po… more »

Highest searched keywords in google & Yahoo

On the web Send feedback »
Webmasters are always anxious to know the highest search keywords in order to optimize their websites for the same. Google & Yahoo both offer this information in public but by different smart ways. Highest Searched Keywords in Yahoo :roll: If you… more »