How do you find large files in UNIX e.g. more than 1GB?
Submitted by: MuhammadYou can easily find big files by using find command because it provides option to search files based upon there size. Use this if your file system is full and your Java process is crashing with no more space. This command will list all files which is more than 1GB. You can tweak the size easily e.g. to find all files with more than 100 MB just use +100M.
find . - type f -size +1G -print
Submitted by: Muhammad
find . - type f -size +1G -print
Submitted by: Muhammad
Read Online Analyst Integration Job Interview Questions And Answers
Top Analyst Integration Questions
☺ | If I have a Web application that I find is still running (via top/ps/whatever) but users are getting "connection refused" when trying to access it, how would I go about diagnosing the problem? |
☺ | What is Data mapping? |
☺ | Explain what is Data Integration? |
☺ | Explain about Data Integration hierarchy? |
☺ | What is Business plan? |
Top Analysis Categories
☺ | GIS Interview Questions. |
☺ | Statistics Interview Questions. |
☺ | Financial Analyst Interview Questions. |
☺ | Data Analyst Interview Questions. |
☺ | GIS Analysis Interview Questions. |