Difference between revisions of "Stat (command)"
Jump to navigation
Jump to search
↑ http://man7.org/linux/man-pages/man1/stat.1.html
(Created page with "{{Draft}} == See also == * {{files}}") |
|||
(28 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{lc}} |
+ | <code>[[wikipedia:stat]]</code><ref>http://man7.org/linux/man-pages/man1/stat.1.html</ref> command display [[file]] or [[file system]] information. | ||
+ | http://man7.org/linux/man-pages/man1/stat.1.html | ||
+ | |||
+ | <code>stat -c %h -- YOUR_FILE</code> | ||
+ | |||
+ | |||
+ | [[stat /proc/1/cmdline]] | ||
+ | |||
+ | == Examples == | ||
+ | [[stat -c]] "%a %U:%G %n" /usr/bin/passwd | ||
+ | 4701 root:root /usr/bin/passwd | ||
+ | |||
+ | |||
+ | stat [[/etc/passwd]] | ||
+ | File: /etc/passwd | ||
+ | Size: 1760 Blocks: 8 IO Block: 4096 regular file | ||
+ | Device: fc01h/64513d Inode: 71420 Links: 1 | ||
+ | Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) | ||
+ | Access: 2020-08-25 09:23:36.756687787 +0400 | ||
+ | Modify: 2020-08-21 16:22:54.493394970 +0400 | ||
+ | Change: 2020-08-21 16:22:54.493394970 +0400 | ||
+ | Birth: - | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | stat access.log | ||
+ | File: access.log | ||
+ | Size: 0 Blocks: 0 IO Block: 4096 regular empty file | ||
+ | Device: fc11h/64529d Inode: 8528827 Links: 1 | ||
+ | Access: (0644/-rw-r--r--) Uid: ( 104/ _apt) Gid: ( 107/messagebus) | ||
+ | Access: 2019-12-31 16:28:22.654021588 +0400 | ||
+ | Modify: 2019-12-31 16:27:48.294004369 +0400 | ||
+ | Change: 2019-12-31 16:27:50.946005778 +0400 | ||
+ | Birth: - | ||
+ | </pre> | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[stat (Ansible module)]]</code> | ||
+ | * <code>[[mc stat]]</code> | ||
+ | * <code>stat</code> and <code>[[lstat]]</code> function | ||
+ | * <code>[[inode]]</code> | ||
+ | * [[Octal]] | ||
== See also == | == See also == | ||
+ | * {{UID}} | ||
* {{files}} | * {{files}} | ||
+ | * {{ext4}} | ||
+ | |||
+ | [[Category:Linux commands]] |
Latest revision as of 11:46, 14 July 2023
wikipedia:stat
[1] command display file or file system information.
http://man7.org/linux/man-pages/man1/stat.1.html
stat -c %h -- YOUR_FILE
stat /proc/1/cmdline
Examples[edit]
stat -c "%a %U:%G %n" /usr/bin/passwd 4701 root:root /usr/bin/passwd
stat /etc/passwd File: /etc/passwd Size: 1760 Blocks: 8 IO Block: 4096 regular file Device: fc01h/64513d Inode: 71420 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2020-08-25 09:23:36.756687787 +0400 Modify: 2020-08-21 16:22:54.493394970 +0400 Change: 2020-08-21 16:22:54.493394970 +0400 Birth: -
stat access.log File: access.log Size: 0 Blocks: 0 IO Block: 4096 regular empty file Device: fc11h/64529d Inode: 8528827 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 104/ _apt) Gid: ( 107/messagebus) Access: 2019-12-31 16:28:22.654021588 +0400 Modify: 2019-12-31 16:27:48.294004369 +0400 Change: 2019-12-31 16:27:50.946005778 +0400 Birth: -
Related terms[edit]
stat (Ansible module)
mc stat
stat
andlstat
functioninode
- Octal
See also[edit]
- UID, GID,
id
,chown
,chgrp
,chmod
,groups
, sticky bit,stat
, User ID,USER
- file, File system, directory,
touch
,mkdir
,ls
,ln
truncate
,fallocate
,split
,stat
, inode, File descriptor, superblock, block size (blockdev
),fuser
,lsof
,scrub
,chattr
, ulimit (nofiles),cp
,mv
,file (command)
,mkfifo
,chmod
ext4
e2fsck,
,fsck.ext4
, superblock, inode, block size, mkfs.ext4 tune2fswipefs
,resize2fs
stat
,extents
, Review ext4 journalctl logs. Read-only file system,virt-resize
, ACL
Advertising: