IBM AIX Question:
Download Job Interview Questions and Answers PDF
Write clear, echo, print and banner command?
Answer:
• Clear: clears the terminal signal
• $ clear
• echo : Writes what follows to the screen.
• $ echo Lunch is at 12:00
• Lunch is at 12:00
• Banner : Writes character strings in large letters to the screen
• $ banner Hello
• $ print Lunch is at 12:00
• Lunch is at 12:00
• $ clear
• echo : Writes what follows to the screen.
• $ echo Lunch is at 12:00
• Lunch is at 12:00
• Banner : Writes character strings in large letters to the screen
• $ banner Hello
• $ print Lunch is at 12:00
• Lunch is at 12:00
Download AIX Interview Questions And Answers
PDF
Previous Question | Next Question |
Write the date and calendar command? | Write the key board shortcuts used on AIX terminal? |