What is the maximum number of Parameters that can be passed to the shell script so that your script can read those parameters for processing ?
3 parameters and it can be accessed using the variable $3
9 parameters and it can be accessed using the variable &9
Any number of parameters ( no limit ) and these parameters can be accessed using 'shift' in the script
Any number of parameters ( no limit ) and these parameters can be accessed using 'Case' Statements in the script
What will be the output when you encrypt the string "You are a Genius" using ROT13 method in unix ?
Unir n oernx abj
Lbh ner n Travhf
Yvahk vf y Pbby
Yvahk vf Pbby
Which of the following is not a way to repeat your previous command ?
!-1
l
Ctrl+p
!!
Which of the following is the command to delete continuous repeated entry from history ( Command should not erase all duplicates across the whole history)?
HISTCONTROL=ignorespace
HISTCONTROL=erasedups
HISTCONTROL=erasealldups
HISTCONTROL=ignoredups
Linus Trovalds inspired from and created LINUX from which OS ??
ULTRIX
Minix
Xenix
MULTIX
Who is the author of Minix OS which was used for hands-on teaching written by??
James A. Gosling
Dennis MacAlistair Ritchie
Andrew S. Tanenbaum
Ken Thompson
SunOS 5.0 and later is called as ??
Sun UNIX
SuriyaOS
SparcOS
Solaris
what is the mobile(phone) OS running on linux kernel created initially by Google and later by Open HandSet Allaince??
Android
WebOS
Symbian OS
LiMo
what is mobile phones version of linux OS by "The Linux Foundation" called ??
Moblin
Which directory under the root contains the information on devices
/usr/bin
/usr/sbin
/usr/peripherals/dev
/etc/dev