How do I find UNIX / Linux command for particular task?
{ 3 comments }
How do I find UNIX / Linux command for particular task?
{ 3 comments }
I see [ command in /usr/bin directory. What is the /usr/bin/[ command used for?
{ 0 comments }
Q. How do I view squid proxy server log files under CentOS Linux server 5.0? A. squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, squid handles all requests in a single, non-blocking, I/O-driven process. /var/log/squid/ log file directory The logs are a [...]
{ 21 comments }
Q. What is the command to find the system configuration on Linux operating system using command line (text) mode? A. Most of the hardware information can be extracted from /proc file system, for example display CPU and Memory information, enter: cat /proc/meminfo cat /proc/cpuinfo See the complete list of Linux command to gathers up information [...]
{ 47 comments }
Q. Sometime I type command and accidentally hit the [ENTER] key and immeditly realized that it was wrong command. How do I stop process assuming that process is not going in background? For example cp /path/* /wrong/path Stop or terminate Linux command process with CTRL + C A. To stop process hit CTRL + C, [...]
{ 1 comment }