Linux / UNIX Tech Support Forum
This is a discussion on How to find Total nuber files/size in a server? within the Solaris/OpenSolaris forums, part of the UNIX operating systems category; Hi every One !!! This is my first question in this forum. Can you Pls give me a command How ...
|
|||||||
| Solaris/OpenSolaris Discuss all about the SUN Solairs/OpenSolaris. You are free to talk about any issues related to Solaris administration, networking, services and other stuff, share information or ask doubts. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi every One !!!
This is my first question in this forum. Can you Pls give me a command How to find Total number files/size in a server? |
| Sponsored Links | ||
|
|
|
||||
|
Use find and wc command:
Code:
find . -type f | wc -l Code:
du
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script to Display Image size, Res, and Compression | TiredOrangeCat | Shell scripting | 4 | 12-02-2007 11:04 PM |
| Linux find and delete files | cbzee | Linux software | 4 | 20-12-2006 12:01 PM |
| How to increase the vmalloc size? | warren | Linux software | 1 | 11-09-2006 12:59 PM |
| moving files based on size | kavi | Shell scripting | 2 | 11-11-2005 05:17 PM |
| find out info. reg. files for each user in the system | ganes | Solaris/OpenSolaris | 6 | 20-09-2005 06:49 PM |