View the beginning of a log file using HEAD
26 Apr
Use the following command to view the first 10 lines of a log file or any other txt file.
[root@chaseleads ~]# head /path/to/your/web_transfer.log
26 Apr
Use the following command to view the first 10 lines of a log file or any other txt file.
[root@chaseleads ~]# head /path/to/your/web_transfer.log
29 Jan
SSH is a necessary tool in any server admin’s arsenal. It is the main way you will be interacting with your servers whenever you are performing system tasks such as install, updates, etc. SSH allows you to remotely connect to your server and command it via the shell. Below is a list of commands you will use commonly while working with your server.
Recent Comments