(1) - Which brltty option is used to tell the device the console is connected to? (write just the option, with no parameters) ... [2] - inviare log a server centrale: @servername in syslog.conf [3] - convertire text in altro encoding: iconv (4)- In the host 192.168.0.5 you have: ALL: 192.168.1. in /etc/hosts.deny and: in.telnetd: 192.168.1.32/27 in /etc/hosts.allow. Can you telnet from 192.168.1.50? + (5)- Your provider give you the network 194.177.127.128/27. Which of the following IP number will be a valid host address in your network? - not valid address - 94.177.127.128 - " " 200 - " " 150 [6]- file letto in a interactive shell + .bashrc [7]- rinominare un gruppo di file, cosa si usa: - case - until - while + for [8]- quale dir contiene i file creati quando si crea un utente? + /etc/skel [9]- quando si ha un alias rm, come si puo eliminarlo temporaneamente? + unalias rm (10)- the CIDR notation /26 is equivalent to the dotted decimal netmask 255.255.255.____. + R: 192 [11]- in script, come controllare se un file esiste ed e' un simblink + test -h [12]- linux printing, quale e' corretta? + system prints never get executed directly on the printer (13)- You want to know the current setup of your localization, which command you can use? (just write the command name, no options) + R: locale [14]- quale e' il percorso del file di configurazione di cups? + /etc/cups/cupsd.conf [15]- come si crea un gruppo foo: + groupadd foo [16]- da netstat -r si ottiene: 192.168.2.0 * 255.255.255.0 U 0 0 0 eth1 cosa significa? + la rete 192.168.2.0/24 puo essere rintracciata attraverso eth1 (17)- You have just an entry for the user foo in both files /etc/cron.allow and /etc/cron.deny, can user foo use the cron service? + [18]- quale e' il file per configurare syslogd demon? + /etc/syslog.conf [19]- per vietare l'accesso a un utente (lasciando l'accesso al pop3) + mettere /bin/false nel campo bash di login - mettere ! nel campo password in /etc/passwd - add username to /etc/nologin - add username to /etc/user.deny [20]- quali nomi sono filtro in syslog.conf? + kern + auth - panic - access (21)- Your provider give you the network 194.177.127.192/28. Which of the following IP number will be a valid host address in your network? + R: da 192 fino a 206 ? - 194.177.127.200 - 207 - 192 - 193 (22)- Which of the following criteria can be used by logrotate to choose when a log file must be rotated? + giornaliero, intervalli temporali + per dimensione - mensile - settimanali (23)- You need to configure an X server. What hardware you need the information about? + scheda video + monitor + tastiera - hd [24]- in sendmail, quale e' il file che contiene gli alias? + /etc/aliases [25]- per prevenire le lettura di chi e' loggato (who) , quale file occorre vietare leggere? + /var/log/wtmp (26)- When you can need to flush an MTA queue? - after restarting the server + after defining some aliases - when internet connection coe back - before restarting the server (27)- An user want to modify the background of the XDM screen at the login, which of the following file you must edit? - /etc/X11/xorg.conf + /etc/X11/xdm/xdm.conf - /etc/X11/xdm/xdm.config - /etc/X11/xdm/Xsetup [28]- che significato ha l'entrata in crontab: 10 5 3 * 1 foo min ore giorno mese mese gio sett comando - foo is run 5:10 the first of the month and every wednesday ? foo viene eseguito alle 5:10 del terzo del mese e ogni lunedi ? foo is run 5:10 se il terzo del mese e' lunedi - foo is run 5:10 se il primo del mese e' mercoledi [29]- quale protocollo e' usato per i socket-stream ? + tcp - udp - icmp - ip [30]- quale e' il comando per editare i job schedulato da cron? + crontab -e