aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-07-08 06:34:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-07-08 06:34:30 +0200
commita8a05450f8056d8bbb7de8376118235b2578021a (patch)
tree61a005893154522ab46e286a8d16ea10dae5b60b /src
parent831b21fbad74dab36fbed21af27227322dc6b7b1 (diff)
downloadsebastiano.tronto.net-a8a05450f8056d8bbb7de8376118235b2578021a.tar.gz
sebastiano.tronto.net-a8a05450f8056d8bbb7de8376118235b2578021a.zip
another typo
Diffstat (limited to 'src')
-rw-r--r--src/blog/2022-07-07-shutdown/shutdown.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/blog/2022-07-07-shutdown/shutdown.md b/src/blog/2022-07-07-shutdown/shutdown.md
index baeba8c..f7acb49 100644
--- a/src/blog/2022-07-07-shutdown/shutdown.md
+++ b/src/blog/2022-07-07-shutdown/shutdown.md
@@ -107,11 +107,12 @@ sh(1), but I could not find the time. However, shutting down my pc earlier
107today inspired me to write this short blog entry. 107today inspired me to write this short blog entry.
108 108
109`shutdown` is an interesting command. It seems like it should be 109`shutdown` is an interesting command. It seems like it should be
110straightforward: "computer, please shut down". But the syntax for this 110straightforward: "computer, please shut down". But the syntax for
111simple instruction is quite complicated, and it offers us many more option 111this simple instruction is quite complicated, and it offers us many
112than we would ever want to use, at least in the 21st century. Moreover, as 112more options than we would ever want to use, at least in the 21st
113indicated by the `#` instead of the `$` in the last command, one needs 113century. Moreover, as indicated by the `#` instead of the `$` in
114superuser privileges to shut down a classic UNIX system. 114the last command, one needs superuser privileges to shut down a
115classic UNIX system.
115 116
116This is because, in the time of mainframes, *shutting down* was not such a 117This is because, in the time of mainframes, *shutting down* was not such a
117simple operation: multiple users might have been connected to the main 118simple operation: multiple users might have been connected to the main

Generated with cgit - Back to sebastiano.tronto.net