File System
Boot Block
Primary Super Block
Backup Super Block
Cylinder Group Bloc...
what is time stamp...??
Time stamp is nothing but, when it is updated last.
It is applicable for both files and directories.
By using touch command we can update time sta...
What is the purpose of touch command
We can use $touch in two ways
To create an empty file
To update the time sta...
Use of ls command
ls command is used to list out all the files and directories in present working directory.
-for suppose if we want to display all the files including hidden files & directori...
How to create files in solaris (the use of cat command)
Cat: Basically cat is a powerful command.
By using this command we are not only going to create files, but also we can view files and we can append some data into already existing file...
How to create directories in solaris (the use of mkdir command)
Mkdir:
In this session we are going to know about how to create a single directory or multilevel directories or multiple directories. mkdir is the command to do these task...