Guest User

Untitled

a guest
Mar 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. dpkg --list | grep -i name-of-application
  2.  
  3. aptitude search '~i keyword'
  4.  
  5. aptitude search '~i samba'
  6.  
  7. i samba - SMB/CIFS file, print, and login server for Unix
  8. i samba-common - common files used by both the Samba server and client
  9. i samba-common-bin - common files used by both the Samba server and client
  10. i system-config-samba - GUI for managing samba shares and users
  11.  
  12. which executable-name
  13.  
  14. which system-config-samba
  15.  
  16. /usr/sbin/system-config-samba
Add Comment
Please, Sign In to add comment