3 echo -e "<h3><font color=blue>所有用户</color></h3>\n"
4 echo -e '<table cellpadding="4" cellspacing="0" border="1" width="40%" >\n'
6 echo -e '<form name="delete_users">'
8 sudo
cat /etc
/samba
/private
/smbpasswd | cut
-f1 -d: |
while read user
10 [ $_n = 2 ] && _n
=1 || _n
=2
11 echo "<tr class=\"color_table_row$_n\">
12 <td><input type=\"checkbox\" name=\"user_$count\" value=\"$user\">$user</td>