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 |
how to make IGNITE-BACKUP in HP-UX?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
How to setup sudo, only can use for particular date & time only ( for solaris10 )
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
what is the shell for dos,nt operating systems?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How to rename files and folders?
If JFS file system is 100% full how we can increase the file system ?
What is the pipe command?
What is the unix command to confirm a remote host is alive or not?
what is telnet?