What is df in Linux command?
df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. df is typically implemented using the statfs or statvfs system calls.
How read df file in Linux?
To view disk space usage run the df command. This will print a table of information to standard output. This can be useful to discover the amount of free space available on a system or filesystems. Use% – the percentage that the filesystem is in use.
How to check the disk space in solaris?
Use the df command to show the amount of free disk space on each mounted disk. Use the df -k command to display disk space information in Kbytes.
How do I find a file in Arch Linux?
Method 1 of 3: Using “locate”
- Type sudo apt-get update and press ↵ Enter .
- You can install it in Debian and Ubuntu like this: Type sudo apt-get install mlocate and press ↵ Enter .
- In Arch Linux, use the pacman package manager: pacman -S mlocate.
- For Gentoo, use emerge: emerge mlocate.
Where is a file in Linux?
Basic Examples
- find . – name thisfile.txt. If you need to know how to find a file in Linux called thisfile.
- find /home -name *.jpg. Look for all . jpg files in the /home and directories below it.
- find . – type f -empty. Look for an empty file inside the current directory.
- find /home -user randomperson-mtime 6 -iname “.db”
How to get more information about Oracle Solaris?
1. Locating Information About Oracle Solaris Commands 2. Managing User Accounts and Groups (Overview) 3. Managing User Accounts and Groups (Tasks) 4. Booting and Shutting Down an Oracle Solaris System 5. Working With Oracle Configuration Manager 6. Managing Services (Overview) 7. Managing Services (Tasks) 8. Using the Fault Manager
What does distro const do in Oracle Solaris?
The Distribution Constructor uses the distro_const utility to create customized installation media, taking Oracle Solaris ZFS snapshots along the way, allowing administrators to continue the construction process from various checkpoints. A package manager that can install, update, uninstall, and query for packages.
How big is a text based installer for Solaris?
Text-based installer is for systems with limited resources and uses tmux to provide access to multiple shells. DVD Image (3.5 GB):Single installation media with choice of several different software selections. No Live Media capability out of the box. Additional software available in package repositories.
Which is the best book for Solaris system administration?
The book covers a broad range of Solaris system administration topics such as managing user accounts, diskless clients, booting a system, using the Service Management Facility (SMF), and managing software and patches.Topics are described for both SPARC and x86 based systems, where appropriate. JavaScript is required to for searching.