What Utility Is The Equivalent To The Pathping Command On A Linux System?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What Utility Is The Equivalent To The Pathing Command On A Linux System?
The system utility is equivalent to the pathing command on a Linux system. Today let us discuss the basic utilities of the Linux system. The utilities are nothing but the basic tools which we use to perform some of the basic tasks. For example, like the task managers that are into the windows, it is a type of utility that shows all the tasks which are running. We also have disk management, which provides information on how to manage the discs. Here we have many more utilities in the Linux operating system.
Here we can check the processes, we can check the number of tasks which we are going to perform, we can also find the resources, how much the resources get utilized, we can also check their process rates.
For printing of any particular file, we can use the utilities. Pr is the command utility that we give, this command will directly send the information or the file directly to the printer. For sending of the mails, we do not need to install any particular packages, simply by using a tool called mail, we can send the mails.
Now let us check how can we use all those utilities in the Linux terminal. By using the command called the cat, it basically prepares the file into the printable file. The cat command shows the numbers that we added to it. But if this particular page needs to have two different columns while we are printing into the printer. pr -2 name of the file | more. Here the output displays the two columns that have been created on the page.
In the same way, suppose if we want to build three different pages or three different columns, instead of -2 we have to use -3 in it. And if we want to send a mail to any user then we need to define mail -S email name root@localhost and press the enter button. This is the mail that was sent by the trainer user.
After we sent the mail, if we want to check the mail, we need to switch the user to the root, so we should use su root over the command line and we should use the password to the root so that we can check we logged in through the root. After this, we directly need to move into the directory by using the command like # cd/var/spool/mail. Here all user mails are get stored in the var spool mails. Here we can find the different users.
And if we want to check the roots mail, we need to give a command called cat root and then hit the enter button. here we can able to see the mail sent by the trainer, date and its time. These are some of the common utilities that are used. We generally use the PR command that can be used to send the file for printing purposes.