what is the command to get help on a UNIX terminal?
Answers were Sorted based on User's Feedback
Answer / rajagopalreddy.purini
hai frds
i know 4 commands
1>man, exp:man <command name>
2>whatis,exp:whatis <command name>
3>info,exp:info <command name>
Is This Answer Correct ? | 4 Yes | 0 No |
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 in grep command?
Give the command to display space usage on the UNIX file system.
Explain command to view process running?
What does 'mkdir' command do in UNIX?
What is awk command used for?
how to find the 51th record of a file containing 100 records in unix.
How to install scsi driver in unix? give me explanation clearly?
What is the comma to display different lines that are found when compare two files?
In Unix file permissions what does the second field denotes?
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
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