IndiaBIX.com
Arithmetic Aptitude Data Interpretation
Logical Reasoning Verbal Reasoning Non Verbal Reasoning
General Knowledge
Sudoku Number puzzles Missing letters puzzles Logical puzzles Playing cards puzzles Clock puzzles
C Programming C++ Programming C# Programming Java Programming
Microbiology Biochemistry Biotechnology Biochemical Engineering
Civil Engineering Mechanical Engineering Chemical Engineering Networking Database Questions Computer Science Basic Electronics Digital Electronics Electronic Devices Circuit Simulation Electrical Enigneering Engineering Mechanics Technical Drawing
Placement Papers Group Disucssion HR Interview Technical Interview Body Language
Aptitude Test Verbal Ability Test Verbal Reasoning Test Logical Reasoning Test C Programming Test Java Programming Test Data Interpretation Test General Knowledge Test
Data Structures Operating Systems Networking DATABASE Database Basics SQL Server Basics SQL Server Advanced SQL Server 2008 JAVA Core Java Java Basics Advanced Java UNIX Unix File Management Unix Memory Management Unix Process Managemnt C Interview Questions The C Language Basics .NET Interview Questions .NET Framework ADO.NET ASP.NET Software Testing

Computer Science - Unix - Discussion

@ : Home > Computer Science > Unix > Section 3 - Discussion

Read more:

"Everything should be made as simple as possible, but not simpler."
- Albert Einstein
2. 

The octal representation 652 indicates

[A]. Execute permission for the owner
[B]. Write permission for others
[C]. Read and write permission of groups
[D]. All of the above
[E]. None of the above

Answer: Option E

Explanation:

No answer description available for this question.


Shivani Gupta said: (Fri, Apr 29, 2011 03:40:46 PM)    
 
Here A option is wrong because 6 means read and write permission are allowed only not execute permission.

For groups read and execute permission are allowed so option c is also wrong.

So answer should be B.

Sundar said: (Sat, Apr 30, 2011 01:04:02 AM)    
 
0 --- 000 All types of access are denied
1 --x 001 Execute access is allowed only
2 -w- 010 Write access is allowed only
3 -wx 011 Write and execute access are allowed
4 r-- 100 Read access is allowed only
5 r-x 101 Read and execute access are allowed
6 rw- 110 Read and write access are allowed
7 rwx 111 Everything is allowed

652 = -(rw-)(r-x)(-w-)


Therefore, the file has write permission (-w-) to others only valid from the given options.

Write your comments here:
Name *:     Email:


© 2008-2013 by IndiaBIX™ Technologies. All Rights Reserved | Copyright | Terms of Use & Privacy Policy

Contact us: info@indiabix.com     Follow us on twitter!