Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums

 
 
 
 Found 3 tips, Displaying 1 - 3 
 
Sort by 
 
 How to check environment variables for a process
ps -ef | grep [process] cd /proc/[PID] cat environ
 More...
09/28/10
 
 
 How to find out number of CPU's on Linux
cat /proc/cpuinfo
 More...
09/09/10
 
 
 Find world writable files
find /dir -xdev -perm /o=w ! -type d ! -type l -exec ls -asl {} \;
     
More...

06/25/08
 
 


Recent tips & tricks
Mobile Phones / Tablets > Android : smb not working with Samsung G...
Databases > Oracle > Performance Tuning : When and what's been analyzed
Databases > Oracle > Performance Tuning : Sessions, transactions and rol...
Databases > Oracle > ASM : ASM empty directory doesn't ge...

More categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Mobile Phones / Tablets | Office Software
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com