Category Archives: command line of linux

Stumped by (13)Permission denied: file permissions deny server access ?

I was just pretty stumped by the following Apache error, in /var/log/httpd/error_log: [Thu Dec 08 21:53:28 2011] [error] [client 192.168.1.2] (13)Permission denied: file permissions deny server access: /var/www/html/aml/i ndex.html The error implies it’s a filesystem permissions issue, and the Apache … Continue reading

Posted in apache, centOS, command line of linux | Comments Off on Stumped by (13)Permission denied: file permissions deny server access ?

check the file permission status

stat -c “%a %n” /filepath

Posted in command line of linux, My Linux | Comments Off on check the file permission status

curl to show public ip in Linux terminal

curl ifconfig.me

Posted in command line of linux, My Linux | Comments Off on curl to show public ip in Linux terminal

rootSCP linux

Copying file to host: scp SourceFile.ext user@host:directory/TargetFile.ext Copying file from host: scp user@host:folder/SourceFile.ext TargetFile.ext

Posted in command line of linux, My Linux | Comments Off on rootSCP linux

command line tips and tricks

Version:1.0 StartHTML:000000196 EndHTML:000060386 StartFragment:000010516 EndFragment:000060318 StartSelection:000010516 EndSelection:000060312 SourceURL:http://blogs.iabsolute.com/?p=592 command line tips and tricks « Blogs IT Networking These tips are in no particular order…. Watch a log file as its appended to tail -f logfile Redirect a man page to … Continue reading

Posted in command line of linux, My Linux | Comments Off on command line tips and tricks