Answer Posted / seshadri sethi
In Unix all entities are treated as files. for each file,
there is an inode entry in the table, its contain:
(1)Owner of the file.
(2)Group to which the owner belongs.
(3)Type of file.
(4)File access permission.
(5)Date and time of last access.
(6)Date and time of last modification.
(7)Number of lines to the file.
(8)Size of the file.
(9)Address of the file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What is the difference between break and continue commands?
I want to connect to a remote server and execute some commands, how can I achieve this?
How are shells born?
What is the fastest scripting language?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
Is scripting and coding the same thing?
What is web script?
How can I set the default rwx permission to all users on every file which is created in the current shell?
Why do we write bin bash in shell scripts?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
Given a file find the count of lines containing the word "abc".
Write a command sequence to find the count of each word?
What is a beat in a script?
What is awk in shell script?