Cite This Page
Bibliographic details for Linux
- Page name: Linux
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 8 November 2014 05:04 UTC
- Date retrieved: 28 May 2023 03:23 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Linux&oldid=5085
- Page Version ID: 5085
Citation styles for Linux
APA style
Linux. (2014, November 8). Rosetta Code, . Retrieved 03:23, May 28, 2023 from https://rosettacode.org/w/index.php?title=Linux&oldid=5085.
MLA style
"Linux." Rosetta Code, . 8 Nov 2014, 05:04 UTC. 28 May 2023, 03:23 <https://rosettacode.org/w/index.php?title=Linux&oldid=5085>.
MHRA style
Rosetta Code contributors, 'Linux', Rosetta Code, , 8 November 2014, 05:04 UTC, <https://rosettacode.org/w/index.php?title=Linux&oldid=5085> [accessed 28 May 2023]
Chicago style
Rosetta Code contributors, "Linux," Rosetta Code, , https://rosettacode.org/w/index.php?title=Linux&oldid=5085 (accessed May 28, 2023).
CBE/CSE style
Rosetta Code contributors. Linux [Internet]. Rosetta Code, ; 2014 Nov 8, 05:04 UTC [cited 2023 May 28]. Available from: https://rosettacode.org/w/index.php?title=Linux&oldid=5085.
Bluebook style
Linux, https://rosettacode.org/w/index.php?title=Linux&oldid=5085 (last visited May 28, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Linux --- Rosetta Code{,} ", year = "2014", url = "https://rosettacode.org/w/index.php?title=Linux&oldid=5085", note = "[Online; accessed 28-May-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Linux --- Rosetta Code{,} ", year = "2014", url = "\url{https://rosettacode.org/w/index.php?title=Linux&oldid=5085}", note = "[Online; accessed 28-May-2023]" }