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
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Where are cowrie shells found?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
how will you find the total disk space used by a specific user?
Calculate a real number calculation directly from the terminal and not any shell script.
What is shell geeksforgeeks?
How to find duplicate record in file using shell script?
What are the different communication commands available in the shell?
Why is a script important?
What is the command to find out today's date?
How to open a read-only file in the shell?
Explain about "s" permission bit in a file?
What is sh in shell script?
What is difference between bash and shell?
How do you know which shell I am using?