IBM AIX Question:
Download Questions 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

Download AIX Interview Questions And Answers PDF

Previous QuestionNext Question
Write the date and calendar command?Write the key board shortcuts used on AIX terminal?