Working With Vi Editor in Linux

What is vi Editor Vi or the Visual Editor is the default text editor that comes with most Linux systems. It is a Terminal-based text editor that users need to learn, essentially when more user-friendly text editors are not available on the system. Some other reasons to use Vi include: Vi is available on almost … Read more

How to locate and kill a process with Linux terminal

How to kill process on Linux

Every program that is running at the end of the server is able to generate one or more processes. A single server may have several users that execute many commands that will make processes. These processes may run the foreground as well as the background. If a program is running in the foreground it can … Read more