lost password?

home
•  xaraya
•  rails
•  django
•  webdev
•  xamp +
•  musings

rss
Tag this page
   

» Blogs that link here
last modified: Feb 01, 2007
(first posted: Jun 27, 2006)
(1627 Reads)
Permalink

Unix Command crib sheet

 

Copying/Downloading

wget

fetch

scp

curl 

 

Searching

grep

grep -r "text2find" ./*

(*.ext doesnt recurse)

ls | grep -i php |less 

 

find

find /etc -name my.cnf

find /usr -name "Chapter1*" -type f -pint

find / -name "something.*" -print

find / -iname '*some*' 

http://www.devdaily.com/unix/edu/examples/find.shtml

 

Processes

ps aux |grep httpd 

netstat -anl |grep LISTEN

sudo killall -9 httpd

 

 

There are no comments attached to this item.

Post a new comment

: This is not spam

Name :