Stat -- get more information than ls
Get tired of ls commands and want to see more interesting information about your files? Try stat!
The ls command may be one of the first commands learned by every Unix user, but it only displays a small part of
reproduced from: http://blog.csdn.net/brucexu1978/article/details/7721313
Linux process status (PS stat) R, S, D, T, Z, X
March 11, 2012 Posted by Jian
PS Progress Status: process state codesPROCESS State Codes
Here are the different values of
The LS command may be one of the first commands that every Unix user learns, but it only shows a small portion of the information the Stat command can give.
The stat command obtains information from the index node of the file. As you may have
Stat Instructions: File/File system details are displayed.The stat command is primarily used to display detailed information about a file or file system, which has the following syntax:Stat command-to display the details of the file, including Inode,
Name
Stat, fstat, lstat-Get File statusSynopsis
# Include # Include # Include
Int Stat (const char *Path, Struct stat *Buf);Int fstat (int FD, Struct stat *Buf);Int lstat (const char *Path, Struct stat *Buf);
Feature test macro requirements for
Function Description: displays inode content.Syntax: stat [file or directory]Note: stat displays inode content in text format.
The LS command and many parameters provide some useful file information. Another unfamiliar command, stat, provides more
11.2 rac:in "Crsctl stat res-t" State Details could be Missing or incorrect (Doc ID 1086563.1)Suitable for:Oracle server-enterprise edition-version:11.2.0.1 and later [release:11.2 and later]Information in this document applies to any
Load data data in MySQLmysql> load Data infile '/home/a.txt ' into table table_a;ERROR (HY000): Can ' t get stat of '/home/a.txt ' (errcode:13)We use the perror command to print out specific error messages>perror 13OS error code 13:permission
Today, when looking at the MySQL user's manual, I saw a very strange problem with the operation of the mysqlimport where the backup was restored.
Copy Code code as follows:
root@zhou:/usr/local/mysql# mysqlimport-uroot-p123-h127.0.0.1
Stat
Text Editor
We know that the touch is the creation of a file, in fact the touch is used to modify the file timestamp, while the file is three timeAccess time records the most recent file access time, as long as a file is opened, meaning that
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.