How many fields are present in a crontab file and what does each field specify?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

How do you find out What is your shell?

0 Answers  


When you login to a c shell, which script would be run first?

2 Answers  


How to calculate the number of passed arguments?

0 Answers  


What command needs to be used to take the backup?

0 Answers  


Which scripting language is best for automation?

0 Answers  






Explain about shebang?

0 Answers  


defination of mapfile in winrunner?

0 Answers  


how to read systems current date and time

4 Answers  


Which shell is the best?

0 Answers  


What is inside a seashell?

0 Answers  


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

0 Answers   Wipro,


How do you read arguments in a shell program - $1, $2 ..?

4 Answers  


Categories