Which mode is used for allowing file write,read and append
mode?

Answers were Sorted based on User's Feedback



Which mode is used for allowing file write,read and append mode?..

Answer / raju

777

Is This Answer Correct ?    31 Yes 9 No

Which mode is used for allowing file write,read and append mode?..

Answer / vandanaverma_2

a+

Is This Answer Correct ?    15 Yes 4 No

Which mode is used for allowing file write,read and append mode?..

Answer / bhaskar

chmod - R 777

Is This Answer Correct ?    8 Yes 2 No

Which mode is used for allowing file write,read and append mode?..

Answer / ranjitha s

There are 3 modes in UNIX,
Command mode
Input mode
Exec mode.

Answer for this Q is ....
one shud use switch to the cammand mode. Than execute

chmod 777 filename.extn

Is This Answer Correct ?    5 Yes 0 No

Which mode is used for allowing file write,read and append mode?..

Answer / guest

chmod

Is This Answer Correct ?    6 Yes 2 No

Which mode is used for allowing file write,read and append mode?..

Answer / preeti

chmod 777.

The three 7 individually tell the process for read write
appened.
If we have to read write and execute a file ,all we have to
do is
chmod 777 filename.ext

Is This Answer Correct ?    3 Yes 0 No

Which mode is used for allowing file write,read and append mode?..

Answer / ganesh

chmod ou--rwx filename.txt

here it means take off permission of user and other group
for reading,writing,executing the file filename.txt

Is This Answer Correct ?    1 Yes 1 No

Which mode is used for allowing file write,read and append mode?..

Answer / hari

read,write

Is This Answer Correct ?    0 Yes 2 No

Which mode is used for allowing file write,read and append mode?..

Answer / pritesh_8

111
bcoz it is not mentioned that file should execute as well
hence
u=rw-rw-rw-

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Unix Commands Interview Questions

Which mode is used for allowing file write,read and append mode?

9 Answers   BitWise, TM,


Using unix command how to display no of records in oracle?

0 Answers  


What's a command word?

0 Answers  


What is an Environment Variable?

4 Answers   CTS,


How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.

3 Answers   Amazon, MBA, Syntel, TCS, Unisys,






By using which command we can find the CPU utilization time?

7 Answers   Amazon,


How to get the last ten lines of a file using awk utility?

1 Answers   Infosys,


What are file commands?

0 Answers  


What do chmod, chown, chgrp commands do?

0 Answers  


What is the function of grep command in unix?

0 Answers  


What is sed awk grep?

0 Answers  


What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


Categories