-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuseradd.log
367 lines (325 loc) · 19.5 KB
/
useradd.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
Script started on Tue 02 Apr 2013 06:30:43 PM EDT
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ man usera[K[K[K[K[K[K[K[K[K
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ vim /etc/default/useradd a[K[1P[1P[1P[1@c[1@a[1@t
# Default values for useradd(8)
#
# The SHELL variable specifies the default login shell on your
# system.
# Similar to DHSELL in adduser. However, we use "sh" here because
# useradd is a low level utility and should be as general
# as possible
SHELL=/bin/bash
#
# The default group for users
# 100=users on Debian systems
# Same as USERS_GID in adduser
# This argument is used when the -n flag is specified.
# The default behavior (when -n and -g are not specified) is to create a
# primary user group with the same name as the user being added to the
# system.
# GROUP=100
#
# The default home directory. Same as DHOME for adduser
# HOME=/home
#
# The number of days after a password expires until the account
# is permanently disabled
# INACTIVE=-1
#
# The default expire date
# EXPIRE=
#
# The SKEL variable specifies the directory containing "skeletal" user
# files; in other words, files such as a sample .profile that will be
# copied to the new user's home directory when it is created.
SKEL=/etc/skel
#
# Defines whether the mail spool should be created while
# creating the account
# CREATE_MAIL_SPOOL=yes
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ vim [21@cat /etc/default/useradd[C[1P[1P[1P[1@s[1@u[1@d[1@o[C[1@ [1@v[1@i[1@m
[?1049h[?1h=[1;24r[?12;25h[?12l[?25h[27m[m[H[2J[?25l[24;1H"/etc/default/useradd" 37L, 1118C[>c[1;1H# Default values for useradd(8)
#
# The SHELL variable specifies the default login shell on your
# system.
# Similar to DHSELL in adduser. However, we use "sh" here because
# useradd is a low level utility and should be as general
# as possible
SHELL=/bin/bash
#
# The default group for users
# 100=users on Debian systems
# Same as USERS_GID in adduser
# This argument is used when the -n flag is specified.
# The default behavior (when -n and -g are not specified) is to create a
# primary user group with the same name as the user being added to the
# system.
# GROUP=100
#
# The default home directory. Same as DHOME for adduser
# HOME=/home
#
# The number of days after a password expires until the account
# is permanently disabled[24;63H1,1[11CTop[1;1H[?12l[?25hP+q436f\P+q6b75\P+q6b64\P+q6b72\P+q6b6c\P+q2332\P+q2334\P+q2569\P+q2a37\P+q6b31\[?25l[24;1H[K[24;1H/[?12l[?25hh[?25l[?12l[?25ho[?25l[?12l[?25hm[?25l[?12l[?25he[?25l[?12l[?25h[?25l[62C19,15[9CTop[19;15H[?12l[?25h[?25l[24;63H20,12[20;12H[?12l[?25h[?25l[24;67H [20;1H[?12l[?25h[?25l HOME=/home[20;12H[K[20;1H[?12l[?25h[?25lHOME=/home[20;11H[K[20;1H[?12l[?25h[?25l[24;66H5[20;5H[?12l[?25h[?25l[24;1H[K[24;1H:[?12l[?25hq[?25l[?12l[?25h[?25l[24;2H[K[24;2H[?12l[?25hw[?25l[?12l[?25hq[?25l[?12l[?25h[?25l"/etc/default/useradd" 37L, 1116C written
[?1l>[?12l[?25h[?1049l]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ sudo vim /etc/default/useradd [C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[5Pcat[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C
# Default values for useradd(8)
#
# The SHELL variable specifies the default login shell on your
# system.
# Similar to DHSELL in adduser. However, we use "sh" here because
# useradd is a low level utility and should be as general
# as possible
SHELL=/bin/bash
#
# The default group for users
# 100=users on Debian systems
# Same as USERS_GID in adduser
# This argument is used when the -n flag is specified.
# The default behavior (when -n and -g are not specified) is to create a
# primary user group with the same name as the user being added to the
# system.
# GROUP=100
#
# The default home directory. Same as DHOME for adduser
HOME=/home
#
# The number of days after a password expires until the account
# is permanently disabled
# INACTIVE=-1
#
# The default expire date
# EXPIRE=
#
# The SKEL variable specifies the directory containing "skeletal" user
# files; in other words, files such as a sample .profile that will be
# copied to the new user's home directory when it is created.
SKEL=/etc/skel
#
# Defines whether the mail spool should be created while
# creating the account
# CREATE_MAIL_SPOOL=yes
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ sudo apt-get install tcsh
Reading package lists... 0%Reading package lists... 100%Reading package lists... Done
Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 1%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 56%Building dependency tree... 71%Building dependency tree... 86%Building dependency tree
Reading state information... 0%Reading state information... 0%Reading state information... 6%Reading state information... Done
The following NEW packages will be installed:
tcsh
0 upgraded, 1 newly installed, 0 to remove and 131 not upgraded.
Need to get 555 kB of archives.
After this operation, 1,343 kB of additional disk space will be used.
0% [Working] 0% [Waiting for headers] 0% [Working] Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main tcsh armhf 6.18.01-2+rpi1 [555 kB]
0% [1 tcsh 0 B/555 kB 0%] 76% [1 tcsh 424 kB/555 kB 76%] 100% [Working] Fetched 555 kB in 1s (413 kB/s)
Selecting previously unselected package tcsh.
(Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 66101 files and directories currently installed.)
Unpacking tcsh (from .../tcsh_6.18.01-2+rpi1_armhf.deb) ...
Processing triggers for menu ...
Processing triggers for man-db ...
Setting up tcsh (6.18.01-2+rpi1) ...
update-alternatives: using /bin/tcsh to provide /bin/csh (csh) in auto mode
Processing triggers for menu ...
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ sudo apt-get install tcsh[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Ccat /etc/default/useradd [1P[1P[1P[1@v[1@i[1@m
[?1049h[?1h=[1;24r[?12;25h[?12l[?25h[27m[m[32m[40m[1m[H[2J[?25l[24;1H"/etc/default/useradd" [readonly] 37L, 1116C[>c[1;1H[1m[31m# Default values for useradd(8)
#
# The SHELL variable specifies the default login shell on your
# system.
# Similar to DHSELL in adduser. However, we use "sh" here because
# useradd is a low level utility and should be as general
# as possible[m[32m[40m[1m
SHELL=/bin/bash
[1m[31m#
# The default group for users
# 100=users on Debian systems
# Same as USERS_GID in adduser
# This argument is used when the -n flag is specified.
# The default behavior (when -n and -g are not specified) is to create a
# primary user group with the same name as the user being added to the
# system.
# GROUP=100
#
# The default home directory. Same as DHOME for adduser[m[32m[40m[1m
HOME=/home
[1m[31m#
# The number of days after a password expires until the account
# is permanently disabled[m[32m[40m[1m[24;63H1,1[11CTop[1;1H[?12l[?25hP+q436f\P+q6b75\P+q6b64\P+q6b72\P+q6b6c\P+q2332\P+q2334\P+q2569\P+q2a37\P+q6b31\[?25l[24;53H~@k[1;1H[24;53H [2;1H[24;63H2[2;1H[?12l[?25h[?25l[24;53H~@k[2;1H[24;53H [3;1H[24;63H3[3;1H[?12l[?25h[?25l[24;53H~@k[3;1H[24;53H [4;1H[24;63H4[4;1H[?12l[?25h[?25l[24;53H~@k[4;1H[24;53H [5;1H[24;63H5[5;1H[?12l[?25h[?25l[24;53H~@k[5;1H[24;53H [6;1H[24;63H6[6;1H[?12l[?25h[?25l[24;53H~@k[6;1H[24;53H [7;1H[24;63H7[7;1H[?12l[?25h[?25l[24;53H~@k[7;1H[24;53H [8;1H[24;63H8[8;1H[?12l[?25h[?25l[24;53Hw[8;1H[24;53H [8;6H[24;65H6[8;6H[?12l[?25h[?25l[24;53Ha[8;6H[24;53H [8;7H[24;1H[1m-- INSERT --[m[32m[40m[1m[24;13H[K[24;63H8,7[11CTop[24;14H[1m[31mW10: Warning: Changing a readonly file[m[32m[40m[1m[24;63H[K[8;7H//bin/bash[24;63H8,8[11CTop[8;8H[?12l[?25h[?25l/u/bin/bash[24;65H9[8;9H[?12l[?25h[?25lus/bin/bash[24;65H10[8;10H[?12l[?25h[?25lsr/bin/bash[24;66H1[8;11H[?12l[?25h[24;1H[K[8;10H[?25l[24;53H^[[8;10H[?12l[?25h[?25l[24;53H [8;11H[24;63H8,10[10CTop[8;10H[?12l[?25h[?25l[24;53He[8;10H[24;53H [8;11H[24;66H1[8;11H[?12l[?25h[?25l[24;53He[8;11H[24;53H [8;14H[24;66H4[8;14H[?12l[?25h[?25l[24;53He[8;14H[24;53H [8;15H[24;66H5[8;15H[?12l[?25h[?25l[24;53Hc[8;15H[?12l[?25h[?25l[24;54H^[[8;15H[?12l[?25h[?25l[24;54H [8;15H[24;53H [8;15H[?12l[?25h[?25l[24;53H^[[8;15H[?12l[?25h[?25l[24;53H [8;15H[?12l[?25h[?25l[24;53H^[[8;15H[?12l[?25h[?25l[24;53H [8;15H[?12l[?25h[?25l[24;53Hl[8;15H[24;53H [8;16H[24;66H6[8;16H[?12l[?25h[?25l[24;53Hc[8;16H[?12l[?25h[?25l[24;54He[8;16H[24;53H [8;16H[24;1H[1m-- INSERT --[m[32m[40m[1m[24;63H[K[24;63H8,16[10CTop[8;16H[K[8;16H[?12l[?25h[?25l/t[24;66H7[8;17H[?12l[?25h[?25ltc[24;66H8[8;18H[?12l[?25h[?25lcs[24;66H9[8;19H[?12l[?25h[?25lsh[24;65H20[8;20H[?12l[?25h[24;1H[K[8;19H[?25l[24;53H^[[8;19H[?12l[?25h[?25l[24;53H [8;20H[24;63H8,19[10CTop[8;19H[?12l[?25h[?25l[24;53Hz[8;19H[?12l[?25h[?25l[24;54Hz[8;19H[24;53H [8;19H[?12l[?25h[?25l[24;53HZ[8;19H[?12l[?25h[?25l[24;54HZ[8;19H[24;1H[1m[37m[41mE45: 'readonly' option is set (add ! to override)[m[32m[40m[1m[24;53H[K[8;19H[24;63H8,19[10CTop[8;19H[?12l[?25h[?25l[24;53H:[8;19H[24;1H[K[24;1H:[?12l[?25hW[?25l[?12l[?25hQ[?25l[?12l[?25h![?25l[?12l[?25h[?25l![24;4H[K[24;3H[?12l[?25h[?25l![24;3H[K[24;2H[?12l[?25hw![?25l[?12l[?25hq![?25l[?12l[?25h[?25l"/etc/default/useradd"
[1m[37m[41m"/etc/default/useradd" E212: Can't open file for writing[m[32m[40m[1m
[1m[32mPress ENTER or type command to continue[?12l[?25h[?25l[8;19H[m[32m[40m[1m[1;1H[2L[1;1H[1m[31m# Default values for useradd(8)
#[m[32m[40m[1m[24;1H[K[24;63H8,19[10CTop[8;19H[?12l[?25h[?25l[24;53Hq[8;19H[?12l[?25h[?25l[24;54Hq[8;19H[24;1H[1mrecording[m[32m[40m[1m[24;53H[K[24;63H8,19[10CTop[8;19H[?12l[?25h[?25l[24;53Hq[8;19H[24;1H[K[8;19H[24;63H8,19[10CTop[8;19H[?12l[?25h[?25l[24;53Hgq[8;19H[?12l[?25h[?25l[24;55Hgq[8;19H[24;53H [8;1H[24;66H [8;1H[?12l[?25h[?25l[24;53H:[8;1H[24;53H[K[24;1H:[?12l[?25hQ[?25l[?12l[?25h[?25l[24;2H[K[24;2H[?12l[?25hq[?25l[?12l[?25h![?25l[?12l[?25h[?25l[24;1H[K[24;1H[?1l>[?12l[?25h[?1049l]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ vim /etc/default/useradd [1@s[1@u[1@d[1@o[1@
[?1049h[?1h=[1;24r[?12;25h[?12l[?25h[27m[m[H[2J[?25l[24;1H"/etc/default/useradd" 37L, 1116C[>c[1;1H# Default values for useradd(8)
#
# The SHELL variable specifies the default login shell on your
# system.
# Similar to DHSELL in adduser. However, we use "sh" here because
# useradd is a low level utility and should be as general
# as possible
SHELL=/bin/bash
#
# The default group for users
# 100=users on Debian systems
# Same as USERS_GID in adduser
# This argument is used when the -n flag is specified.
# The default behavior (when -n and -g are not specified) is to create a
# primary user group with the same name as the user being added to the
# system.
# GROUP=100
#
# The default home directory. Same as DHOME for adduser
HOME=/home
#
# The number of days after a password expires until the account
# is permanently disabled[24;63H1,1[11CTop[1;1H[?12l[?25hP+q436f\P+q6b75\P+q6b64\P+q6b72\P+q6b6c\P+q2332\P+q2334\P+q2569\P+q2a37\P+q6b31\[?25l[24;63H2[2;1H[?12l[?25h[?25l[24;63H3[3;1H[?12l[?25h[?25l[24;63H4[4;1H[?12l[?25h[?25l[24;63H5[5;1H[?12l[?25h[?25l[24;63H6[6;1H[?12l[?25h[?25l[24;63H7[7;1H[?12l[?25h[?25l[24;63H8[8;1H[?12l[?25h[?25l[24;65H6[8;6H[?12l[?25h[?25l[24;1H[1m-- INSERT --[m[24;13H[K[24;63H8,7[11CTop[8;7H[?12l[?25h[?25l//bin/bash[24;65H8[8;8H[?12l[?25h[?25l/b/bin/bash[24;65H9[8;9H[?12l[?25h[?25l//bin/bash[8;17H[K[24;65H8[8;8H[?12l[?25h[?25l/u/bin/bash[24;65H9[8;9H[?12l[?25h[?25lus/bin/bash[24;65H10[8;10H[?12l[?25h[?25lsr/bin/bash[24;66H1[8;11H[?12l[?25h[24;1H[K[8;10H[?25l[24;63H8,10[10CTop[8;10H[?12l[?25h[?25l[24;66H1[8;11H[?12l[?25h[?25l[24;66H2[8;12H[?12l[?25h[?25l[24;66H5[8;15H[?12l[?25h[?25l[24;66H6[8;16H[?12l[?25h[?25l[24;1H[1m-- INSERT --[m[24;63H[K[24;63H8,16[10CTop[8;16H[K[8;16H[?12l[?25h[?25l/t[24;66H7[8;17H[?12l[?25h[?25ltc[24;66H8[8;18H[?12l[?25h[?25lcs[24;66H9[8;19H[?12l[?25h[?25lsh[24;65H20[8;20H[?12l[?25h[24;1H[K[8;19H[?25l[24;63H8,19[10CTop[8;19H[?12l[?25h[?25l[24;1H"/etc/default/useradd"[24;63H[K[24;24H37L, 1120C written
[?1l>[?12l[?25h[?1049l]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ sudo vim /etc/default/useradd [C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[5P[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Csudo apt-get install tcsh[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Ccat /etc/default/useradd
# Default values for useradd(8)
#
# The SHELL variable specifies the default login shell on your
# system.
# Similar to DHSELL in adduser. However, we use "sh" here because
# useradd is a low level utility and should be as general
# as possible
SHELL=/usr/bin/tcsh
#
# The default group for users
# 100=users on Debian systems
# Same as USERS_GID in adduser
# This argument is used when the -n flag is specified.
# The default behavior (when -n and -g are not specified) is to create a
# primary user group with the same name as the user being added to the
# system.
# GROUP=100
#
# The default home directory. Same as DHOME for adduser
HOME=/home
#
# The number of days after a password expires until the account
# is permanently disabled
# INACTIVE=-1
#
# The default expire date
# EXPIRE=
#
# The SKEL variable specifies the directory containing "skeletal" user
# files; in other words, files such as a sample .profile that will be
# copied to the new user's home directory when it is created.
SKEL=/etc/skel
#
# Defines whether the mail spool should be created while
# creating the account
# CREATE_MAIL_SPOOL=yes
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ SUDO USERAD[K[K[K[K[K[K[K[K[K[K[K
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ sudo useradd -m -g[KG indiecity/piu[K[K[K[K,pi,cdrom,sudo,audio,video,plugdev ,games,users,netdev,input,admi[K -k /home/pi -s /usr/bin/tcsh [K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K
Usage: useradd [options] LOGIN
useradd -D
useradd -D [options]
Options:
-b, --base-dir BASE_DIR base directory for the home directory of the
new account
-c, --comment COMMENT GECOS field of the new account
-d, --home-dir HOME_DIR home directory of the new account
-D, --defaults print or change default useradd configuration
-e, --expiredate EXPIRE_DATE expiration date of the new account
-f, --inactive INACTIVE password inactivity period of the new account
-g, --gid GROUP name or ID of the primary group of the new
account
-G, --groups GROUPS list of supplementary groups of the new
account
-h, --help display this help message and exit
-k, --skel SKEL_DIR use this alternative skeleton directory
-K, --key KEY=VALUE override /etc/login.defs defaults
-l, --no-log-init do not add the user to the lastlog and
faillog databases
-m, --create-home create the user's home directory
-M, --no-create-home do not create the user's home directory
-N, --no-user-group do not create a group with the same name as
the user
-o, --non-unique allow to create users with duplicate
(non-unique) UID
-p, --password PASSWORD encrypted password of the new account
-r, --system create a system account
-R, --root CHROOT_DIR directory to chroot into
-s, --shell SHELL login shell of the new account
-u, --uid UID user ID of the new account
-U, --user-group create a group with the same name as the user
-Z, --selinux-user SEUSER use a specific SEUSER for the SELinux user mapping
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ sudo useradd -m -G indiecity,pi,cdrom,sudo,audio,video,plugdev,,games,users,netdev,input,adm -k /home/pi dfeizet
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ sudo passwd dfeizet[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ cat /e[K[K. [K[K.[K[K[K[K[Kceho[K[K[K[Kecho n[K[K[K[K[K[K
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ echo now use sudo passwd dfeizet to set the password, buti[K i wi ll do that after i exit script just to make sure it doesn't caputre [K[K[K[K[Kture my passwd - -
>
>
> echo[K[K[K[K
> exit
> exit
> bash: unexpected EOF while looking for matching `''
bash: syntax error: unexpected end of file
]0;pi@raspberrypi: ~[01;32mpi@raspberrypi[00m:[01;34m~[00m$ exit
exit
Script done on Tue 02 Apr 2013 08:29:28 PM EDT