» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 1 » Question 19/20
19.You want to check what shares are offered by a Windows system. Which of the following commands could you use to perform this task?

mmblookup
show shares
smbclient
smbstatus
list shares

Explanation: The smbclient command with the -L can be used to display the shares on a Windows system. The syntax is smbclient -L //<servername>.

Reference: http://www.winnetmag.com/Articles/Index.cfm?ArticleID=8897

Incorrect Answers
A: Mmblookup is the incorrect command to display shares on a Windows system.
B: Show shares is the incorrect command to display shares on a Windows system.
D: Smbstatus is the incorrect command to display shares on a Windows system.
E: List shares is the incorrect command to display shares on a Windows system.

« Question 18 Question 20 »