Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.



Write a command that will allow a unix system to shut down in 15 minutes, after which it will perfor..

Answer / Manoj Chauhan

echo '0 15 * * * shutdown -h now' | crontab -

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What is the comma to display different lines that are found when compare two files?

1 Answers  


What does grep v do?

1 Answers  


How to setup sudo, only can use for particular date & time only ( for solaris10 )

1 Answers   ups,


What command would users use to see what file one page at a time in UNIX?

7 Answers   IBM,


What are Unix processes, and how do you manage them?

1 Answers  


what do you understand by 'building block primitive'?

0 Answers   Infosys,


distinguish between paging and swapping?

1 Answers   Infosys,


What is the different between UNIX command and UNIX shell script?

2 Answers  


which command is used to stop a running process in unix?

8 Answers  


What command is used to replace the existing string with some other?

8 Answers   TCS,


distinguish between physical addresses and logical address?

23 Answers   College School Exams Tests, CTS, Infosys, SAX, TATA, TCS,


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


Categories