| | 198 | * 先用 root 免密碼登入 xg01, 然後新增使用者 clouder. |
| | 199 | {{{ |
| | 200 | $ adduser clouder |
| | 201 | }}} |
| | 202 | {{{ |
| | 203 | #!sh |
| | 204 | Adding user `clouder' ... |
| | 205 | Adding new group `clouder' (1000) ... |
| | 206 | Adding new user `clouder' (1000) with group `clouder' ... |
| | 207 | Creating home directory `/home/clouder' ... |
| | 208 | Copying files from `/etc/skel' ... |
| | 209 | Enter new UNIX password: |
| | 210 | Retype new UNIX password: |
| | 211 | passwd: password updated successfully |
| | 212 | Changing the user information for clouder |
| | 213 | Enter the new value, or press ENTER for the default |
| | 214 | Full Name []: |
| | 215 | Room Number []: |
| | 216 | Work Phone []: |
| | 217 | Home Phone []: |
| | 218 | Other []: |
| | 219 | Is the information correct? [Y/n] y |
| | 220 | }}} |
| | 221 | * 先登出 "root" 並且改用使用者 "clouder" 登入. |