close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 10, 2009, 10:45:09 PM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v27
|
v28
|
|
235 | 235 | }}} |
236 | 236 | |
| 237 | == Samba Set Up and Administration == |
| 238 | |
| 239 | Check for samba: |
| 240 | {{{ |
| 241 | smbd -V |
| 242 | }}} |
| 243 | Will return the samba version. |
| 244 | |
| 245 | Installation: |
| 246 | {{{ |
| 247 | sudo apt-get install samba |
| 248 | }}} |
| 249 | |
| 250 | Add a new samba user: |
| 251 | {{{ |
| 252 | sudo smbpasswd -a username |
| 253 | }}} |
| 254 | |
237 | 255 | == Permissions on /FILES/ == |
238 | 256 | AS root: |