com Marcações:
filesystem
X

TODAS AS PUBLICAÇÕES
- Classificar por:
- Data ▼
- Título
- Curtir
- Comentários
- Visualizações
Linux stat command with examples
The Linux command 'stat' is used for displaying status information of Linux files and file systems. In this article, we will discuss the usage of stat command with examples.
stat command syntax
The syntax of stat command is :
stat [OPTION]... FILE...
stat command examples
1. A basic example
In the simplest form, the stat command can be used by supplying a file name as an argument :
$ stat testdisk.log
File: `testdisk.log'
Size: 1014 Blocks: 8 IO Block: 4096 regular file
Device: 805h/2053d Inode:... [More]
Marcações:  status stat linux filesystem file |
Linux df command explained with examples
Fetching the file system usage is a primary task while performing
maintenance of any OS. Various OS provide their own
tools/utilities/commands to fetch the file system usage. In Linux too
there exists a utility (df) that provides information on file system
usage. In this article, we will discuss the 'df' command
line utility with practical examples.
Before jumping to examples, lets quickly go through the description of
this command through man page.
DESCRIPTION This manual page documents the GNU version of df. df
displays the amount... [More]
Marcações:  filesystem df disk |