What is a regular file in unix?
Answer / Rajnish Kumar Mahiwal
A regular file in Unix is a file that stores data and can be read, written to, or executed (in case of executable files). Regular files are the most common type of file in a Unix file system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why was unix created?
How do I run a .sh file in unix?
What is unix inode?
What is .profile unix?
How do you change directories in unix?
How would you explain a kernel to a non-technical person?
What does tr H do in unix?
What are the main features of unix operating system?
What are the features of unix operating system?
1)what is grep|sort give example? 2)what are the test commands
What is dot profile in unix?
Why does the server parent need to close the connected socket returns from accept in a concurrent TCP server? What may happen if it does not do so?