diff options
Diffstat (limited to 'chapter06/create-password.sgml')
-rw-r--r-- | chapter06/create-password.sgml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chapter06/create-password.sgml b/chapter06/create-password.sgml new file mode 100644 index 000000000..4c2aee8ab --- /dev/null +++ b/chapter06/create-password.sgml @@ -0,0 +1,16 @@ +<sect2> +<title>Creating root password</title> + +<para> +Choose a password for user root and create it by running the following +command: +</para> + +<blockquote><literallayout> + +<userinput>passwd root</userinput> + +</literallayout></blockquote> + +</sect2> + |