Category Archives: PC

PC

How to Use Sort Command in Unix

In this tutorial, we will show you how to use the sort command in unix. The sort command allows you to arrange the fields and data that are printed on the screen. This command assumes that the fields present are simply words that are just separated by means of blanks. However, an alternative parameter for selection of words can be specified e.g. colons. Output that is arranged from the sort command is printed on the screen unless it is redirected to a specific file.
To understand more about the sort commands follow the tutorial steps given below.


read more »

PC

How to Use Mail Unix Command

In this tutorial we will show you how to use the mail unix command. This command allows you to send and read emails. You can send it through guest accounts, other accounts or your own that is the local user account.
To understand more about the unix mail commands follow the tutorial steps given below.


read more »

PC

How to Use Unix Date Command

In this tutorial we will show you how to Use the unix date command. This command allows you to view the date in different formats. Furthermore, from the unix date commands you can view the current date, the previous dates and even the future dates.
To understand how to use the Date command, follow the tutorial steps given below.


read more »

PC

How to Use Unix Tail Command

In this tutorial we will show you how to use the unix tail command. This command prints the last specified number of lines in a given file. The number of lines to be printed as the output is mentioned in the command. If you do not wish to specify the number then the command automatically displays the last ten lines of the file.
To understand the unix commands of tail follow the tutorial steps given below.


read more »

PC

How to Use Unix Cat Command

In this tutorial we will show you how to use the unix cat command.
This command is used for displaying the contents of the file. The unix commands for cat can also be used for combining copies of the files and creating new ones.
To understand how to work with the cat command, follow the tutorial steps given below.


read more »

PC

How to Use VI Unix Command

In this tutorial we will show you how to use the vi unix command.
VI, also known as a visual editor, is not a wysiwyg editor. That means, you can edit the text using this command, but cannot make any formatting changes, for example increasing line spacing etc.
To understand how to work with unix vi commands follow the steps given below.


read more »

PC

How to Use Unix LS Command

In this tutorial we will show you how to use the unix ls command.
The unix ls commands basically are used to list all the contents in the directory. You can use this command along with many attributes to filter out the results according to your requirements.


read more »

PC

How to Use Unix Copy Command

In this tutorial, we will show you how to use the unix copy command. The unix commands to copy (Cp) is used to replicate or copy the files. This command can be used along with different attributes as well.


read more »

PC

How to Use Delete Command in Unix

In this tutorial we will show you how to use the unix delete command in Linux. Any files or extension in a directory can be removed through this unix delete file command.
In Linux based operating systems, the rmdir command is used to remove the directory. One important aspect of this command is that it will only remove the directory if it is empty.


read more »

PC

How to Check Your Kernel Version

In this tutorial we will show you how to check your kernel version in Linux.
Kernel is basically the main component of any operating system. It works as a bridge between applications and the data processing done at machine level.
To learn how to check the Kernal version follow the tutorial steps given below.


read more »