Write in brief on unix file structure, Operating System

Assignment Help:

Write in brief on UNIX file structure.

UNIX considers every file to be a sequence of 8-bit bytes no interpretation of these bits is made by the operating system. This system provides for maximum flexibility except little support. Every application program must include its own code to interpret an input file into the appropriate structure. Though all operating system should support at least one structure that of an executable file so that the system can load and run programs. A File contains two parts

1.      resource fork

2.      data fork

Resource fork enclose information of interest to the user. For example it holds the labels of any of the buttons displayed by the program. The data fork contains program data or code the traditional file contents. In UNIX if a user needs to relabel these buttons in his own language the programmer would require changing and recompiling the source code unless the programmer created his own user-changeable data file.

 


Related Discussions:- Write in brief on unix file structure

Write a short note about context switch, Write a short note about context s...

Write a short note about context switch. Switching the CPU to another process needs saving the state of the old process and loading the saved state for the new process. This ta

CPU sheduling, categorize the CPU scheduling algorithms and among them expl...

categorize the CPU scheduling algorithms and among them explain the non-preemptive algorithms..

Define swapping, Define swapping. A process requires being in memory to...

Define swapping. A process requires being in memory to be executed. Though a process can be swapped temporarily out of memory to a backing store and then brought back into memo

Unix, what is difference between file descriptor and file pointer?

what is difference between file descriptor and file pointer?

Explain about diffrent process state, Q. Explain about diffrent Process Sta...

Q. Explain about diffrent Process State? Process State When process executes, it changes its state. Process state is defined as the current activity of the process. Fi

Fibonacci sequence, #questionThe Fibonacci sequence is the series of number...

#questionThe Fibonacci sequence is the series of numbers 0,1,1,2,3,5,8,… Formally, it can be expressed as: fib0 = 0 fib1 = 1 fibn = fib n-1 + fib n-2 Write a C program u

Producer - consumer system, In this exercise we are going to use  pthread()...

In this exercise we are going to use  pthread()to simulate the dynamics between a warehouse, factory and retail. The factory produces product by using parts supplied by the warehou

What is the main problem with the fcfs scheme, Question : a) Consider ...

Question : a) Consider table 1.0 below, assume the processes arrived in the order P 1 , P 2 , P 3 , P 4 at time shown and need the indicated burst time (both in milliseconds)

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd