Sponsored Content
Operating Systems HP-UX Files consuming more space in HP-UX Post 302980691 by MadeInGermany on Thursday 1st of September 2016 01:38:58 AM
Old 09-01-2016
For example, a find command that I have often used:
show all files in the file system mounted on / that are bigger than 10000 blocks (5000 kilobytes) and modified since less than 7 days
Code:
find / -xdev -size +10000 -mtime -7 -print

Run ls -ld on each of them
Code:
find / -xdev -size +10000 -mtime -7 -exec ls -ld {} \;

A command that gives a quick overview of the file systems
Code:
bdf

This User Gave Thanks to MadeInGermany For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

when I try to run rm on multiple files I have problem to delete files with space

Hello when I try to run rm on multiple files I have problem to delete files with space. I have this command : find . -name "*.cmd" | xargs \rm -f it doing the work fine but when it comes across files with spaces like : "my foo file.cmd" it refuse to delete it why? (1 Reply)
Discussion started by: umen
1 Replies

2. UNIX for Dummies Questions & Answers

How ti kill a process which is consuming so much time

There is a process which is consuming too much time.. how to find that process and kill it. (3 Replies)
Discussion started by: shreenivas
3 Replies

3. AIX

Process consuming most memory

How can i find the processes that is consuming most memory? I tried TOPAS and SVMON and this didn't gave me the desired result. (1 Reply)
Discussion started by: shabu
1 Replies

4. HP-UX

which thread is consuming much time ?

Hi How do i check which thread is consuming much time ? In my process it is tacking much %CPU so i want to check whick thread tacking much time? Any suggestion highly appriciated. I am using HP-UX B.11.31 U ia64 Regards, Ashok (5 Replies)
Discussion started by: ashokd001
5 Replies

5. UNIX for Dummies Questions & Answers

How to find a file whick is consuming larger disk space in file system

Hello, Can anybody please tell me the command to find out the filesystem or a file which is consuming larger disk space sing i want to find out the file and want to compress it please help me out any help would be appreciated (6 Replies)
Discussion started by: lokeshpashine
6 Replies

6. Solaris

Help to trace process consuming more space

Hi all, We have a server having much processes running. It is very difficuilt to trace the exact consuming more memory. Howerver, it shows CPU usage in sequence but how memory? Tried working with TOP command. Please let me know if something not clear. Thanks, Deepak (5 Replies)
Discussion started by: naw_deepak
5 Replies

7. Shell Programming and Scripting

How much space I am consuming?

Hi i want to know if many users are logging in system then how would i know that how much space in system i am consuming.. Thanks Vijay sahu (4 Replies)
Discussion started by: vijays3
4 Replies

8. Shell Programming and Scripting

Perl Script to find the disk usage and to delete the files which is consuming more space

Hi All, I have written a script to check the file system usage and to delete the files which is consuming more space.Please check whether the script is corrcet #Script Starts here #!/usr/local/bin/perl #Program to find the disk space and to delete the older files #Checks the type of OS... (8 Replies)
Discussion started by: arunkarthick
8 Replies

9. AIX

Which process was consuming most memory in the Past?

Hello There are options / commands to check which process is consuming maximum memory However is there any command/mechanism which will tell us which process was consuming maximum memory in specific time interval in the past? I heard nmon report can help in this regard. is there any... (5 Replies)
Discussion started by: Chetanz
5 Replies

10. UNIX for Beginners Questions & Answers

Top 5 cpu and Mem consuming process and files and suggestion for health check

I am middle of writing health check scripts, can you pls share commands on how I can get cpu and Mem of top consuming process info at the moment? Also can u suggest ideas on what all I can look for as a part do health check on red hat Linux server? I searched on site before posting, but... (2 Replies)
Discussion started by: Varja
2 Replies
dxmkfontdir(1X) 														   dxmkfontdir(1X)

Name
       dxmkfontdir - Create a list of fonts for the X server.

Syntax
       dxmkfontdir [directory-names]

Description
       The  dxmkfontdir  command  creates  files  that list font names and the font files to which the names correspond, for use when the X server
       starts up.  In each directory specified as a command argument, dxmkfontdir creates the directory's list of fonts and places it  in  a  file
       called fonts.dir.  If you omit arguments, dxmkfontdir creates a fonts.dir file for the current directory.

       The  fonts.dir file lists each font file and gives the name of the font in that file.  To obtain font names, dxmkfontdir searches the files
       in the directory for a property named FONT. If the FONT property is absent, dxmkfontdir uses the names of PCF (.pcf), BDF (.bdf), and  com-
       pressed BDF (.bdf.Z) files, omitting their suffixes.  If a font exists in multiple formats, the PCF format is used.

       When  the  X server starts up, it looks for a fonts.dir file in each font directory in the font path.  It also looks for a fonts.alias file
       in each directory.

Font Aliases
       You can create or edit the fonts.alias file to assign new names to existing fonts.  X clients can then use the alias names to request fonts
       from  the server.  A font alias file can be in one or any number of directories in the font path.  It consists of two columns, separated by
       white space.  The first column lists aliases; the second column contains font name patterns.  Aliases can reference  fonts  in  directories
       other than the one in which the alias file exists.

       To embed white space in the alias name or the font name, enclose the name in  quotation marks ("").  To embed quotation marks (or any other
       characters), precede them with a backslash (.   The following are sample entries from a fonts.alias file:

       courier10			   fixed
       /udir/sally/fonts/courier/10.pcf    "-adobe-helvetica-bold-o-normal--
					    24-240-15-75-p-104-1508859-1"

       If the fonts.alias file contains the string FILE_NAMES_ALIASES alone on a line, each file name in the directory (without its  .pcf  suffix)
       is automatically translated as a font name alias. For example, a file named courier10.pcf would have the font name alias courier10.

See Also
       X(1X), dxfc(1X)

																   dxmkfontdir(1X)
All times are GMT -4. The time now is 04:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy