$ 0 0 NOTE: Each correct answer will give you 5 pointsWhich command would you use to check the path of mv command?where mvfindout mvpath mvwhich mvWhich command would you use to edit events 56 to 60 using text editor emacs?!! emacsemacs -e 56 61fc -e emacsfc -e emacs 56 61What is the syntax for the command you use to re-execute a specific even or command?fc !!fc !sfc -e texteditor commandfc -s commandWhat command do you use to view the range of commands from event 23 to 33?fc -l 23 33fc -l 23 to 33fc -r 23 33history 23 33Which command would you use to restrict the CPU time usage for a user's session?edquotalogcheckps -aux | grep gettyulimitWhich component of the Pluggable Authentication Modules (PAM) facility performs the authentication operation?Configuration file procedureModuleServiceSessionWhich command would you use to set full permission for the owner and group and no permission to other users on the files /home/projects/database?chmod 660 /home/projects/databasechmod 440 /home/projects/databasechmod 550 /home/projects/databasechmod 770 /home/projects/databaseWhat does the command fsck /dev/sda1 does?fsck resets the file permissions on the file system /dev/sda1fsck repairs the msdos filesystem on /dev/sda1fsck repairs the UNIX file system on /dev/sda1fsck unmounts the filesystem and then repairs /dev/sda1What is the main purpose of mounting the file system?To change permission of the filesystemTo change the ownership of the filesystemTo check and repair the filesystemTo connect the filesystem to the UNIX root filesystemWhich command will display date and time?echo dateecho $DATEecho "date"echo `date`Which command will take you to the Documents directory inside your home directory?cd /home/Documentscd ~/Documentscd /Documentscd /root/DocumentsWhich command clones the content of one device to another?cpddmvcloneWhich cp command option enables you to copy the contents of a directory and its subdirectories?-r-m-b-sWhich wc command option returns number of characters in a file?-l-m-c-rWhich command would you use to send a kill signal to all the processes that are running kpoker command?kill -6 pokerkill -HUP pokerkillall -KILL pokerkill pokerWhich command can you use to cause the automatic compilation of source files?configuremakeldconfigmake installWhich file is generated by the configure command?make.confMakefileconfig.logmake_installWhich runlevel indicates that the system is in multiuser mode running the graphical login program?3456Which of the below file can be used to add a banner in your Linux machine?/etc/banner/etc/logininfo/etc/issue/etc/infoHow many KILL signal are there by default in a Linux system?61626364Which UNIX service requires TCP wrappers to perform IP based access control?croninetdsyslogxinetdWhich command do you use to access /var/log/messages file?lastfirststatlastlogWhich command can you use to make /var/log/errors utilize less space in the directory?compresscopytruncatecreatetruncateWhich option would you use to force the logrotate program to rotate the log files?logrotate -dlogrorate -flogrotate -rlogrotate -sWhich command tells the logrotate program to retain logs for a month?compress 4create 4rotate 4weekly