Which mode is used for allowing file write,read and append
mode?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is the general format of unix command syntax?
what does the command 'wc' do?
How to remove a crontab file?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
What does touch command do in unix?
How do I find previous commands in unix?
how will you convert a general file to a hidden file?
How do I run a bash script?
How do you know about running processes of a particular user?
Enumerate some of the most commonly used network commands in unix?
How to use grep command to list find the records of a file containing 10 different strings?
Which command is used to restrict incoming messages?