answersLogoWhite

0

How do you create read operation in unix?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

What exactly do you mean by a 'read operation'; the question is missing the semantics of what you want to accomplish.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create read operation in unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Unix administration?

The operation and maintenance of a Unix system.


Why is Linux develop?

To create a Free OS like the UNIX Operating System, They wanted to create a system that was like UNIX without all of the intellectual property issues that UNIX had. (UNIX was proprietary software).


How do you create dummy file in unix?

using touch command of UNIX. syntax touch <filename> will create dummy regular file.


What resembles the standard UNIX model?

GNU/Linux, and the BSD descendants follow design and operation principles largely similar to UNIX.


What is the system file in Unix?

There is no the system file. There are many files necessary to create a working Unix system.


How do you read files from a unix shl into a procobol program?

You can read the files from Unix school by download the program to a word format. Also, you can use Adobe reader as well to read the material.


How do you create a user in Unix?

Use useradd command


What are some examples of the operation system?

DOS UNIX WINDOWS MACINTOSH LINUX MacOSx


Web develpers use Unix to create webpages?

yes they do


How do you create a new file without opening it in UNIX?

cat file name


How do you open a read only file in Unix?

You can open any read-only file in Unix assuming that you have the read permission. Any utility or program that can get access to that file in read mode can open it, which would include programs such as 'more', 'less', 'vi', 'cat', etc. Read-only merely means you can't change it; but you could copy it or look at it.


How can you make a file in c language read only?

In UNIX: use function chmod