Sep 26 2008 10:36 AM 6594 12 UNIX Shells super_sixes What are the different types of shells available in UNIX? nitin Mar 3rd, 2013 There is a lot of shell available in UNIX. Ex:- Bourne shell, Bash shell, CShell, Korn shell etc. santarvedi Oct 30th, 2012 $cat /etc/shells Answer Question Select Best Answer Mar 09 2007 03:35 PM 9005 28 Which of the following statements about Unix is incorrect. 1. it is a multi-user system 2. it is the name of a file in root directory 3. it is a multitask system 4. it is a real time system Rujul Pranita Nov 30th, 2017 The answer 2 is incorrect. 2. It is a name of file in root directory. Sthitaprajna Mar 17th, 2017 1 & 3 are correct answers. Answer Question Select Best Answer Mar 27 2006 04:13 AM 8639 12 How Connect to a Database in Shell Programming?Please tell me Step by Step? Brahma Reddy Thatiparthi Anubhaw.Agrawal Profile Answers by Anubhaw.Agrawal Questions by Anubhaw.Agrawal Apr 22nd, 2010 $ORACLE_HOME/bin/sqlplus username/password@remote_db Vamshidhar Profile Answers by Vamshidhar Questions by Vamshidhar Jan 14th, 2009 IF the Database is DB2 then the script is :db2 "connect to $dbname user $userid using $password" Answer Question Select Best Answer
Sep 26 2008 10:36 AM 6594 12 UNIX Shells super_sixes What are the different types of shells available in UNIX? nitin Mar 3rd, 2013 There is a lot of shell available in UNIX. Ex:- Bourne shell, Bash shell, CShell, Korn shell etc. santarvedi Oct 30th, 2012 $cat /etc/shells Answer Question Select Best Answer
nitin Mar 3rd, 2013 There is a lot of shell available in UNIX. Ex:- Bourne shell, Bash shell, CShell, Korn shell etc.
Mar 09 2007 03:35 PM 9005 28 Which of the following statements about Unix is incorrect. 1. it is a multi-user system 2. it is the name of a file in root directory 3. it is a multitask system 4. it is a real time system Rujul Pranita Nov 30th, 2017 The answer 2 is incorrect. 2. It is a name of file in root directory. Sthitaprajna Mar 17th, 2017 1 & 3 are correct answers. Answer Question Select Best Answer
Mar 27 2006 04:13 AM 8639 12 How Connect to a Database in Shell Programming?Please tell me Step by Step? Brahma Reddy Thatiparthi Anubhaw.Agrawal Profile Answers by Anubhaw.Agrawal Questions by Anubhaw.Agrawal Apr 22nd, 2010 $ORACLE_HOME/bin/sqlplus username/password@remote_db Vamshidhar Profile Answers by Vamshidhar Questions by Vamshidhar Jan 14th, 2009 IF the Database is DB2 then the script is :db2 "connect to $dbname user $userid using $password" Answer Question Select Best Answer
Anubhaw.Agrawal Profile Answers by Anubhaw.Agrawal Questions by Anubhaw.Agrawal Apr 22nd, 2010 $ORACLE_HOME/bin/sqlplus username/password@remote_db
Vamshidhar Profile Answers by Vamshidhar Questions by Vamshidhar Jan 14th, 2009 IF the Database is DB2 then the script is :db2 "connect to $dbname user $userid using $password"