Category: File & Directory

How to grep ignore case in linux/unix

In linux/unix, we can use the grep -i option to ignore case matching search keywords. grep ignore case syntax: grep -i "keyword" file...

linux view apache logs

In Linux, apache logs (error logs and access logs) provide useful information for system administrators to solve and locate problems....

Linux log view using linux command line

Linux log view using linux command line, tail -f: added log content for real-time monitoring, cat: view all log content, more: view log content by...

Linux common commands tutorial and use examples

Linux Commands Tutorial 1. Linux common directory command list 2. Linux file operations commands 3. Linux file permissions commands 4. Linux file content view commands 5. Linux text processing commands ......