4 FAQ tagged "linux_command"
Viewing 1-4 of 4 FAQ -- How to: Find Out Hard Disk Specs / Details on Linux
Q. Can you tell me Linux command to find out information about my hard disk such as description, product name, bus type, size, cache memory size etc under Linux?
A. There are many tools to get this information. I recommend hdparm command which provides a command line interface to various hard disk [...] - Squid Proxy Sever View logs / log files
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 [...] - Linux Command to find the system configuration and hardware information
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 about a Linux system - Howto stop or terminate Linux command process with CTRL + C
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, for example, you [...]
Viewing 1-4 of 4 FAQ - ( see all popular tags )


Recent Comments
Today ~ 5 Comments
Yesterday ~ 9 Comments
Yesterday ~ 11 Comments
07/25/2008 02:12 pm (2 days ago) ~ 5 Comments
07/25/2008 10:25 am (2 days ago) ~ 10 Comments