GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  Operating System
Go To First  |  Previous Question  |  Next Question 
 Operating System  |  Question 30 of 94    Print  
In Unix what is UMASK Value?
Is it octal form or decimal form? And when we give permissions in chmod, as 644, is this 644 in octal or decimal. Does any conversion happen inside the kernel to do this? I am confused about this ....

  
Total Answers and Comments: 1 Last Update: November 23, 2006     Asked by: Somashekar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 23, 2006 04:12:16   #1  
Beemakonda        

RE: In Unix what is UMASK Value? Is it octal for...
UMASK values is 0002, I hope this is octal form1st 0 ---> stick bit is for .exe file2nd 0 ---> user3rd 0 ---> group4th 2 ---> othersstick bit is for .exe file. If any exe file is set with the stick bit for the 1st time loads from the harddisk into the swap memory (part of Kernel) And then transaction starts. For the nexttime os will take the exe file from the swap memory and then transaction starts. For everytime of request need not to contact the harddisk that improves performance of os.
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : you have to install separate database for unix o.s. Then only u can use select statement.I hope this is correct ...
Read Answers (1) | Asked by : raju

Can any of you pls. answer these queries.1. Whaere is the password entry of a user sgtored.2. How will u find out your terminal file name.3. What is the maximum length of a filename in Unix.4. Which ls options makes directory and executables seperatly.5. What does three links to a directory indicate6. What is the block size in Unix.
Read Answers (1) | Asked by : udaybond

How can I remove the files which is specified with its extention name in single attempt in unix ?(ex: feb*.txt )
Read Answers (1) | Asked by : Rehaman SA

Latest Answer : I think using pipe method can get the read only files orusing file attributes ...
Read Answers (1) | Asked by : simran

In Unix what is UMASK Value? Is it octal form or decimal form? And when we give permissions in chmod, as 644, is this 644 in octal or decimal. Does any conversion happen inside the kernel to do this? I am confused about this ....
Read Answers (1) | Asked by : Somashekar

1. Explain clearly the stored programme concept?2. List the differences between LAN and WAN?3. What is an Operating System? Give a list of functions performed by an Operating System?4. What are the major functions of operating system? 5. List the major types of operating system?6. Differentiate between application software and system software?7. Expain the internal commands and external commands of DOS?
Read Answers (1) | Asked by : yedukondalu

Latest Answer : UNIX and linux, both has GUI. They are different at their kernel level. UNIX systems were created in 1970's by AT&T. The code was not open source and it was the most advance machine for software professionals.Inorder to get the open source version ...

Latest Answer : You can use even compress command as :compress ...
Read Answers (2) | Asked by : ayypss

Latest Answer : Unix groups provide a way to group together user accounts by function, role, department, etc.A user belongs to a primary group, which is typically contained in the /etc/passwd file.  A user may also belong to any number of secondary groups.  ...
Read Answers (1) | Asked by : mj

Latest Answer : adduser (or useradd never remember) commandOr you can patch the /etc/password /etc/shadow ;-) ...
Read Answers (1) | Asked by : Mamta


 Sponsored Links

 
Related Articles

Performing XSLT Transformations inside the Database

Performing XSLT Transformations inside the Database Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr employees table you can create a script that will instruct the database to build an HTML page based on the data stored in hr e
 

Performing XML Processing inside the Database

Performing XML Processing inside the Database When building XML enabled applications on top of Oracle there are many advantages to performing the XML processing inside the database when compared to performing it on the client The key advantages to perform XML processing inside the database are as fo
 

What is Data Conversion

Data Conversion, as the name implies, deals with changes required to move or convert data from one physical environment format to that of another, like moving data from one electronic medium or database product onto another format. Every day, data is being shared from one computer to another. This i
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

Conversion in C

How does a conversion occur in C? The data types for numerical operations used in C are integer, float. It is important to know how conversions occur between these two data types in numerical operations. Some of the facts about conversions are given below: Integer having arithmetic operatio
 

System Implementation

In the previous articles relating to SDLC Stages we discussed about Project Planning and Feasibility Study moved on to System Analysis and Requirements which lead to Systems Design. Systems Design will naturally lead to another stage where it becomes closer to the actual deployment of the p
 

System Analysis and Requirements

In the previous chapter, we’ve discussed about project planning and feasibility study. That stage was important because it tries to establish a problem in our highly technological world. As our understanding on what we can do in computers evolve and so are the things that we need to make t
 

Operating Systems and IT Certification

With the burst of information technology that is becoming a part of the dominant culture throughout the world, are programs that are designed to help those in this area to grow in knowledge.  By understanding the different technologies that are available, one is able to use them and impleme
 

Unix Client Server Technology

Unix Client Server Technology Understanding the Role of Unix When discussing client server technology it is important to understand UNIX one of the first primary building blocks for network possibilities that continues its influence today UNIX is an operating system designed for multi tasking by mul
 

JavaScript Form Object

JavaScript Form Object In this JavaScript Tutorial you will learn about JavaScript form object properties of form object action elements encoding length method name target button checkbox FileUpload hidden password radio reset select submit text textarea and methods of form object mosgoogle Form Obj
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape