Which TWO of the following options are valid, in the /etc/exports file?
Which TWO of the following options are valid, in the /etc/exports file?
What command can be used to check the Samba configuration file?
What command can be used to check the Samba configuration file?
Which of the following is needed, to synchronize the Unix password with the SMB password
Which of the following is needed, to synchronize the Unix password with the SMB password, when the encrypted SMB password in the smbpasswd file is changed?
What command can be used to install a Perl module (‘$module’) from the CPAN archieve?
What command can be used to install a Perl module (‘$module’) from the CPAN archieve?
Which option is used in the Samba configuration file to set which files and directories are neither visible to
Which option is used in the Samba configuration file to set which files and directories are neither visible to or accessible by the clients?
which of the following configuration directives can be used?
To allow more than one client username to share one local account on a Samba server, which of the following configuration directives can be used?
Which THREE statements concerning automounter are true?
Which THREE statements concerning automounter are true?
Which of the following commands should be used in a bash script…
Which of the following commands should be used in a bash script that needs a variable containing the IP address of the eth0 interface? The output for the command ifconfig eth0 is shown below:
eth0 Link encap:Ethemet HWaddr 00:0C:29:CB:FA:30
inet addr:192.168.246.11 Bcast:192.168.246.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4721 errors:0 dropped:0 overruns:0 frame:0
TX packets:3216 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:1000
RX bytes:455184 (434.7 Kb) TX bytes:512968 (500.9 Kb)
Interrupt:185 Base address:0x1080
Which TWO statements about crontab are true?
Which TWO statements about crontab are true?
What does the following script do? #!/bin/bash find / -perm +4000 | mail -s “Daily find output” ro
What does the following script do? #!/bin/bash find / -perm +4000 | mail -s "Daily find output" root