What keyword is missing from this code sample of a shell script?
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
which of the numbered lines has INCORRECT syntax?
Given this excerpt from an Apache configuration file, which of the numbered lines has
INCORRECT syntax?
<code>
1: <VirtualHost *:80>
2: ServerAdmin admin9@server.example.org
3: DocumentRoot /home/http/admin
4: ServerName admin.server.example.org
5: DirectoryIndex index.php default.php
6: ErrorLog logs/admin.server.example.org-error_log
7: CustomLog logs/admin.server.example.org-access_log common
8: </VirtualHost>
</code>
Which of the following lines in the Apache configuration file would allow only clients with a valid certificat
Which of the following lines in the Apache configuration file would allow only clients with a valid
certificate to access the website?
Considering the following excerpt from the httpd.conf file, select the correct answer below…
Considering the following excerpt from the httpd.conf file, select the correct answer below:
<code>
<Location>
AllowOverride AuthConfig Indexes
</Location>
</code>
Select the TWO correct statements about the following excerpt from httpd.conf…
Select the TWO correct statements about the following excerpt from httpd.conf:
<code>
<Directory /var/web/dir1>
<Files private.html>
Order allow, deny
Deny from all
</Files>
</Directory>
</code>
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?
Which of the following is needed, to synchronize the Unix password with the SMB password, when the encrypted S
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?
Which command can be used to list all exported file systems from a remote NFS server:
Which command can be used to list all exported file systems from a remote NFS server:
Which TWO of the following configuration sections will allow members of the domain group…?
The new file server is a member of the Windows domain “foo”. Which TWO of the following
configuration sections will allow members of the domain group “all” to read, write and execute files
in “/srv/smb/data”?
which stage of the boot process would this message be seen?
During which stage of the boot process would this message be seen?
<code>
Ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA
</code>