Advertisement
Guest User

Untitled

a guest
Aug 24th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Reading package lists... Done
  2. root@ubuntu:~# vi /etc/fstab
  3. root@ubuntu:~# gedit /etc/fstab
  4. root@ubuntu:~# mount -all
  5. root@ubuntu:~# ls
  6. Desktop Documents Downloads Music Pictures Public Templates Videos
  7. root@ubuntu:~# apt-get install samba
  8. Reading package lists... Done
  9. Building dependency tree
  10. Reading state information... Done
  11. The following packages were automatically installed and are no longer required:
  12. python-libuser libuser1
  13. Use 'apt-get autoremove' to remove them.
  14. Suggested packages:
  15. openbsd-inetd inet-superserver smbldap-tools ldb-tools
  16. The following NEW packages will be installed:
  17. samba
  18. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  19. Need to get 0 B/7,416 kB of archives.
  20. After this operation, 21.2 MB of additional disk space will be used.
  21. Preconfiguring packages ...
  22. Selecting previously deselected package samba.
  23. (Reading database ... 151214 files and directories currently installed.)
  24. Unpacking samba (from .../samba_2%3a3.5.8~dfsg-1ubuntu2.3_i386.deb) ...
  25. Processing triggers for man-db ...
  26. Processing triggers for ureadahead ...
  27. Processing triggers for ufw ...
  28. Setting up samba (2:3.5.8~dfsg-1ubuntu2.3) ...
  29. update-alternatives: using /usr/bin/smbstatus.samba3 to provide /usr/bin/smbstatus (smbstatus) in auto mode.
  30. smbd start/running, process 2675
  31. nmbd start/running, process 2704
  32. root@ubuntu:~# samba
  33. The program 'samba' is currently not installed. You can install it by typing:
  34. apt-get install samba4
  35. root@ubuntu:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement