I tried to run the command, its output is below:
curl -D /dev/stderr http://timestamp.apple.com
HTTP/1.1 302 Moved Temporarily
Server: Apple
Date: Wed, 16 Oct 2024 03:41:14 GMT
Content-Type: text/html
Content-Length: 138
Connection: keep-alive
Location: https://www.apple.com/certificateauthority/
Host: timestamp.apple.com
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>Apple</center>
</body>
</html>
but it also stuck with no output after running the command, like 3 out of 5 times.
what's the problem?
Post
Replies
Boosts
Views
Activity
I STILL HAVE THIS PROBLEM
And I find the problem.
In the document, it says:
-X Do not copy Extended Attributes (EAs) or resource forks.
However
cp -X /usr/local/bin/xx/a.txt [dst]
still copy "com.apple.quarantine"
Is this a bug, or just a security feature?