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 |
Name the unix command to find how many days the server has been up.
what is the use of nice command?
why metadb requires a seperate slice to create Solaris volume manager
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
Write a command to find all of the files which have been accessed within the last 30 days.
How do you change file permissions and ownership in Unix?
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
What is the nmap command?
In vi editor how do you execute unix commands?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
what is the difference between "cron" command and "at" command?