how to find largest file?
Answers were Sorted based on User's Feedback
Answer / padma
'Top' command can be used to display all the memory size of cpu used.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / biplab pramanik
It will print first 10 largest files.
$ du -a/var | sort -n -r | head -n 10
| Is This Answer Correct ? | 11 Yes | 14 No |
Answer / rk
Right click---->Arrange Icons By-----> Size---->The last
file in the folder will be the largest..
| Is This Answer Correct ? | 1 Yes | 5 No |
How do I delete files from command prompt?
Who invented grep?
what is the difference between relative path and absolute path?
What are the dos commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does touch command do in unix?
What is grep short for?
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
What is the function of grep command in unix?
How to find $ai_serual resolved path by using unix
what is telnet?
How does one process we can start an executable file? How to get the PID process, which we started?