Monday, March 2, 2015

Essential Linux Commands

How to see all folder permissios in linux 
 
ls -l /home [home is directory name]
 
tail -f /usr/local/apache/logs/error_log | grep gemsandj
 
Find Apache logs
 
tail -f /usr/local/apache/logs/error_log 
 
http://thecpaneladmin.com/fix-account-permissions/  
 
 
Apache start 
 
/etc/init.d/httpd start 

No comments:

Post a Comment