Category: Linux View File And Directory

ls -r command in Linux

ls -r option lists all files and directories in the current directory in reverse order....

ls -l command in Linux

ls -l option lists all files and directories in the current directory in long listing format....

What command is linux ll?

Linux ll is not a command provided by the linux system. It is usually the command alias we set. Generally, the ls -l command is...

List directories recursively in linux/unix

Recursive listing of directories can help us begin to understand the current directory structure. In linux/unix, we can use any of the following commands to...

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...