1GFAL-STAT(1) General Commands Manual GFAL-STAT(1)
2
3
4
6 gfal-stat - display extended information about a file or directory
7
9 gfal-stat [ OPTION ]... URL
10
11
13 gfal-stat Display extended information about a file or directory.
14
15
17 -h, --help
18 show help about the command.
19
20 -V, --version
21 output version information and exit.
22
23 -v, --verbose
24 verbose mode. Repeat up to 3 times for the most verbose mode.
25
26 -D, --definition DEFINITION
27 define properties for gfal2. Definitions have the following syn‐
28 tax: "CONFIG_GROUP:KEY=VALUE"
29
30 -t, --timeout TIMEOUT
31 global timeout for the execution of the command. Command is in‐
32 terrupted if time expires before it finishes. Note: A grace pe‐
33 riod of 30 seconds is given to the global timeout.
34
35 -E, --cert CERT
36 user certificate. (This option takes effect only after
37 X509_USER_PROXY environment variable and default
38 /tmp/x509up_u`id -u` location cannot provide a certificate)
39
40 --key KEY
41 user private key.
42
43 -4 forces Gfal2 to use IPv4 addresses only. (Option valid only for
44 GridFTP protocol)
45
46 -6 forces Gfal2 to use IPv6 addresses only. (Option valid only for
47 GridFTP protocol)
48
49 -C, --client-info CLIENT_INFO
50 provide custom client-side information.
51
52 --log-file LOG_FILE
53 write Gfal2 library logs to the given file location.
54
55
57 gfal-stat file:///tmp/path1/path2
58 File: 'file:///tmp/path1/path2'
59 Size: 1986 directory
60 Access: (1777/drwxrwxrwx) Uid: 0 Gid: 0
61 Access: 2017-05-10 13:15:35.000000
62 Modify: 2017-05-10 13:24:04.000000
63 Change: 2017-05-10 13:24:04.000000
64
65 gfal-stat srm://endpoint.cern.ch/path/directory1
66 File: 'srm://endpoint.cern.ch/path/directory1'
67 Size: 1986 directory
68 Access: (1777/drwxrwxrwx) Uid: 0 Gid: 0
69 Access: 2017-05-10 13:15:35.000000
70 Modify: 2017-05-10 13:24:04.000000
71 Change: 2017-05-10 13:24:04.000000
72
73
75 /etc/gfal2.d/*
76 All configuration files in this directory affect the behavior of
77 the underlying gfal2.
78
79
81 Duarte Meneses <duarte.meneses@cern.ch>
82 Adrien Devresse <adrien.devresse@cern.ch>
83 Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon@cern.ch>
84 Andrea Manzi <andrea.manzi@cern.ch>
85 Mihai Patrascoiu <mihai.patrascoiu@cern.ch>
86 Joao Lopes <joao.pedro.batista.lopes@cern.ch>
87
88
90 gfal-cat(1), gfal-chmod(1), gfal-copy(1), gfal-ls(1), gfal-mkdir(1),
91 gfal-rename(1), gfal-rm(1), gfal-save(1), gfal-stat(1), gfal-sum(1),
92 gfal-token(1), gfal-xattr(1), gfal-evict(1), gfal-bringonline(1), gfal-
93 archivepoll(1)
94
95
96
97v1.7.1 March 2022 GFAL-STAT(1)