Skip to main content

Posts

Showing posts with the label Unix

UNIX Introduction to Unix

  Calendar1 Display the previous, current and next month calendar of the  year 1987 august Calendar2 Display and see what is the specialty of September 1752. Calendar 5 Write a command to display the previous, current and next month calendar of the year 2015 December.

UNIX Introduction to Unix | Post-Quiz

 UNIX  Introduction to Unix  Post-Quiz  Feedback Congratulations! You have passed by securing more that 80%. Question  1 Correct Mark 1.00 out of 1.00 Flag question Question text  What is the default maximum number of processes that can exist in Unix? Select one: a.  unlimited b.   32768           c.   4096        d.  1024          Feedback Your answer is correct. The correct answer is:  32768         Question  2 Correct Mark 1.00 out of 1.00 Flag question Question text Single user mode shell has _____ prompt.  Select one: a.   $ Normal user  b.  % Admin user c.  ~ Home user d.  # Root user    Feedback Your answer is correct. The correct answer is: # Root user  Question  3 Correct Mark 1.00 out of 1.00 Flag question Question text Predict the output for the following command, if the current date is 21-04-2000. date '+%B %H' Select one: a.  21 april b.   04 21  c.  command error d.   April 21    Feedback Your answer is correct. The correct answer is:  April 21  Question  4 Correc

UNIX Introduction to Unix | Test Your Understanding - Introduction to Unix

 UNIX  Introduction to Unix  Test Your Understanding - Introduction to Unix Feedback Congratulations! You have passed by securing more that 80%. Question  1 Correct Mark 1.00 out of 1.00 Flag question Question text What will be the output of the given code snippet? ~]$ dc 4 5 + 3 p   blank         5 4 3 8 Feedback Your answer is correct. The correct answer is: What will be the output of the given code snippet? ~]$ dc 4 5 + 3 p [3] Question  2 Correct Mark 1.00 out of 1.00 Flag question Question text Fill the specific date format in the given echo statement, to print the date in dd/mm/yyyy format.  echo `date +   blank   /   blank   /   blank   `           %m %dd %d %y %M %Y Feedback Your answer is correct. The correct answer is: Fill the specific date format in the given echo statement, to print the date in dd/mm/yyyy format.  echo `date +[%d]/[%m]/[%Y]`

UNIX Introduction to Unix | Pre-Quiz

  Feedback Congratulations! You have passed by securing more that 80%. Question  1 Correct Mark 1.00 out of 1.00 Flag question Question text  Solaris is the name of a flavor of UNIX from _____________. Select one: a.  HP  b.  Sun Microsystems   c.  IBM  d.  Digital Equipment Corp Feedback Your answer is correct. The correct answer is: Sun Microsystems Question  2 Correct Mark 1.00 out of 1.00 Flag question Question text Match the following: HP-UX Answer 1 Choose... IBM Redhat Hewlett Packard Sun Microsystem   AIX             Answer 2 Choose... IBM Redhat Hewlett Packard Sun Microsystem   Linux Answer 3 Choose... IBM Redhat Hewlett Packard Sun Microsystem   Solaris Answer 4 Choose... IBM Redhat Hewlett Packard Sun Microsystem   Feedback Your answer is correct. The correct answer is: HP-UX → Hewlett Packard, AIX             → IBM, Linux → Redhat, Solaris → Sun Microsystem Question  3 Correct Mark 1.00 out of 1.00 Flag question Question text The OS decides which process gets the processor

Subscribe to Get's Answer by Email