this post was submitted on 17 Nov 2025
2 points (66.7% liked)

@linux on Linux.Community

722 readers
1 users here now

Rules

This is an on-topic community. All content must adhere to our CODE OF CONDUCT.

founded 2 years ago
MODERATORS
 

Can someone please explain what this is ?

you are viewing a single comment's thread
view the rest of the comments
[–] 48954246@lemmy.world 3 points 1 week ago

Not quite the right way of thinking about it.

curl is a program that can be used from a terminal.

Servers are often interacted with via URLs.

curl is just one of many tools for interacting with them.

If you have access to a terminal with curl installed I would suggest running man curl and having a read of the output.

Alternatively it can be read here:

https://www.man7.org/linux/man-pages/man1/curl.1.html