- Friday, December 18, 2009, 12:32
- Linux/Unix
- 403 views
In this Linux tutorial I will discuss the command for creating new file and directories. If you want to create a new file than Touch command in Linux is used for that purpose.
$ touch new.file
This command creates a new, empty file.
If you check the file size by using the ls -l new.file command, it will show zero bytes. It might look ...
Full article
- Thursday, December 17, 2009, 14:47
- Linux/Unix
- 315 views
In this tutorial i will teach you the command to rename the Linux file and directories. Although this is very basic tutorial but it will help out the people who are just recently started to use Linux. In Linux the rm command is used to remove the files and directories from the file system.
The general syntax of rm command is
The ...
Full article
- Thursday, December 17, 2009, 13:49
- Linux/Unix
- 325 views
The date command in Linux is used to display the current day, date and time, if the date command is used with –u attribute then it display the Greenwich Mean Time zone. Changes in date and time can be done through the date command with –s attribute it can be only possible if you have the super user privileges in Linux.
Here ...
Full article
- Thursday, December 17, 2009, 13:41
- Linux/Unix
- 397 views
The passwd command is used to change the password in Linux and there are number of other ways to change the password but to make it easier I just mentioned one of the easiest one.Below are the set of commands to change the password in Linux
passwd Change your own password.
Enter Current Password
Enter New Password
When you enter passwd command it will ...
Full article
- Wednesday, October 22, 2008, 15:08
- Linux/Unix
- 267 views
Step 1
As you enter in the graphical mode installation this is this 1st screen you will come across.
Click ‘Next’ to continue installation.
Step 2
Choose the language you would like to use during this installation
Step 3
Select ...
Full article