What file should you edit to configure an SMB share on Linux?
A. /etc/samba/smb.conf
B. /conf/samba/smb.conf
C. /etc/smb/samba.conf
D. /conf/smb/samba.conf
Answer: A
Computer Science & Information Technology
You might also like to view...
Windows allows the system user to enable auditing in _______ different categories.
A. five B. seven C. nine D. eleven
Computer Science & Information Technology
What is the output of the following code (assuming it is embedded in a correct and complete program)?
```
char letter[5] = {'o', 'k', "c", "g''};
for(int i = 4; i >= 0; i-- )
cout << letter[i];
cout <
Computer Science & Information Technology