What is time_t?
No Answer is Posted For this Question
Be the First to Post Answer
what is the command to get help on a UNIX terminal?
What are file permissions in Unix, and how are they represented?
What is mtime in find command?
How to setup sudo, only can use for particular date & time only ( for solaris10 )
What is the general format of unix command syntax?
What does grep v grep do?
What is the first character of the output in ls l command?
How do I use grep to find a file?
what is the cmd to display the last exit status in UNIX?
What does the “echo” command do?
What command is used to switching between users in unix?
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