Sponsored Content
Full Discussion: df -k output in Solaris 10
Operating Systems Solaris df -k output in Solaris 10 Post 302154816 by vibhor_agarwali on Wednesday 2nd of January 2008 02:07:07 AM
Old 01-02-2008
It shows what's the size of your disc and how much is free
 

9 More Discussions You Might Find Interesting

1. Programming

fixed-width printf() output on an XmList on Solaris

This one is a bit of bugger and I'm not sure if it's entirely relevant to this board but here goes... I'm trying to produce some fixed width output to a List widget (X11/Motif GUI) So, I use something similar to: sprintf(Buffer, "%*d%*f", 20, some_integer, 20, some_float); This gives me a... (0 Replies)
Discussion started by: trido
0 Replies

2. Solaris

gcc output size differs on same version of solaris

Hello everybody, I am having two machines. I am using g++v2.95 When I do the build,the size of output file on both machines differ. I am not able to find what can be the problem. Both the machines are solaris 5.6 The command is : g++ -c -g -I./ -I../../../include -I/usr/local/include/g++-3... (1 Reply)
Discussion started by: manishs13
1 Replies

3. Solaris

Solaris 'format' output without args...?

Can't remember for the life of me, but how does one get the Solaris 'format' command output (in its entirety) without having to hit <enter> or <space> for subsequent disk listings? I recall a ksh script that got me by a few years ago, but it's long gone from my memroy now... (3 Replies)
Discussion started by: SunDude
3 Replies

4. Solaris

how to view explorer output in solaris

Hi, I want to run pkg something called SUNWexplorer and find the output. Where i can find the pkg? (1 Reply)
Discussion started by: Renjesh
1 Replies

5. Solaris

solaris 10 strange df output

hi, in solaris 10 SUN SPARC V245 server the following df -h output is showing . can i reuse the following disk space by deleting them /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1 20G 5.2G 14G 27% /platform/sun4u-us3/lib/libc_psr.so.1... (2 Replies)
Discussion started by: phani.madiraju
2 Replies

6. Solaris

How can I output all previous Unix commands in Solaris to a file??

Hello friends: I login to solaris with a username/Password and I can see quite a lot of previous I use dbefore, it accumulates a lot, I hope to output them into a Command.txt file as reference, not copy/paste 1 by 1, is there any way I can collect all commands in batch then put into a file, ... (3 Replies)
Discussion started by: sunnysunnysunny
3 Replies

7. Solaris

Strange df output on solaris 9

Hi all, After deleting some large log files on solaris 9 machine I can see strange df output shows below /dev/vx/dsk/rootvol 45G 16384E 50G 39879076698694% / I thought it will back to normal once I restart it but did not. I have seen in sunsolve article 6362734 that "Solaris 8... (0 Replies)
Discussion started by: rajashekar333
0 Replies

8. Solaris

Solaris Crontab & TOP output

Hello Guru's I'm trying to take the output of solaris top command and output to a txt file every few minutes. The issue that I'm experiencing is that I can run the following: #!/bin/bash # logfile="/usr/mvf/morris/top.log" # echo... (2 Replies)
Discussion started by: littlemorris
2 Replies

9. Solaris

Different VMSTAT output on Linux and Solaris machines

Hi, I am porting a piece of code from Solaris to Linux. Code uses VMSTAT command. On Solaris machine VMSTAT output is following: uname -a: SunOS rgsm01 5.9 Generic_118558-03 sun4u sparc SUNW,Sun-Fire-V440 vmstat: kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr m1 m2... (3 Replies)
Discussion started by: Basant Mishra
3 Replies
quotacheck(8)						      System Manager's Manual						     quotacheck(8)

Name
       quotacheck - file system quota consistency checker

Syntax
       /etc/quotacheck [ -v ] [ -f ] filesystem ...
       /etc/quotacheck [ -v ] -a

Description
       The  command examines each file system, builds a table of current disc usage, and compares this table against that stored in the disc quota
       file for the file system.  If detects any inconsistencies, it updates both the quota file and the current system copies	of  the  incorrect
       quotas.	Inconsistencies occur only if an active file system is checked.

       Normally,  returns a warning if it cannot find a valid quota file.  If you use the option, creates a quota file automatically and then per-
       forms its normal functions.

       If you use the flag in place of any file system name, checks all the file systems listed in to be read-write with disc quotas.

       Normally reports only modified quotas. If the option is supplied, will indicate the calculated disc quotas for each user  on  a	particular
       file system.

       The  command  expects each file system to be checked to have a quota file named in the root directory.  If none is present, will ignore the
       file system.

       The command is normally run at boot time from the file, before enabling disc quotas with For further information, see

       The command accesses the raw device in calculating the actual disc usage for each user.	Thus, the file systems checked should be quiescent
       while is running.

Files
       Default file systems

See Also
       quota(2), setquota(2), quotaon(8)
       ``Disk Quotas in a UNIX Environment,'' ULTRIX Supplementary Documents, Volume 3: System Manager

																     quotacheck(8)
All times are GMT -4. The time now is 05:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy