21.What daemon is used for scheduling of the commands? The crontab command is used for scheduling of the commands to run at a later time. SYNTAX crontab [ -u user …
Interview Questions and AnswersLinuxTechnical Interview Questions and Answers
21.What daemon is used for scheduling of the commands? The crontab command is used for scheduling of the commands to run at a later time. SYNTAX crontab [ -u user …
11.What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device? The correct command is tar -cvf /dev/tape /home. …
1.What is LILO? • LILO is Linux Loader is a boot loader for Linux. It is used to load Linux into the memory and start the Operating system. LILO can …