What is the use of df-k command in Solaris?

devquora
devquora

Posted On: Mar 07, 2020

 

The df -k command is used to display the amount of space the is currently in use on each disk mounted on your system. It specifically displays the amount of space available and the percentage of space in use for each disk that is mounted on your system.

//syntax
$ df -k

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Solaris Interview Questions

    What is Solaris?

    Solaris is a Unix based operating system that was initially developed by Sun Microsystems. Initially released in 1992, Solaris is written in C and C++. A proprietary software, Solaris is now under Ora...

    Solaris Interview Questions

    List the RAID levels in Solaris?

    Solaris supports six RAID levels from 0 to 6. Only a few storage environments support RAID levels 2, 3, and 4. The other three RAID levels are most supported by the storage environments. RAID level...

    Solaris Interview Questions

    What are NFS daemons in Solaris?

    NFS daemons are used to handle and support the NFS activities in the Oracle Solaris. Several NFS daemons for handling NFS activities. They are, Automountd Daemon - It handles the mounting and unmount...