Sponsored Content
Top Forums Shell Programming and Scripting Select answers from multiple questions using shell script Post 302914281 by zorrox on Sunday 24th of August 2014 08:22:33 AM
Old 08-24-2014
Here you go:

Code:
Some lines......
QUESTION NO: 89

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?

A. 0
B. 1
C. 4
D. 8

Answer: B
Explanation:

QUESTION NO: 90

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?


A. aaaaaaaaaaaa
B. bbbbbbbbbbbb
C. ccccccccccccc
D. dddddddddd
E. eeeeeeeeeeeeeeeee

Answer: A,B,E
Explanation:

QUESTION NO: 97

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq?

A. aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
A. aaaaaaaaaaaa
B. bbbbbbbbbbbb
C. ccccccccccccc
D. dddddddddd
E. eeeeeeeeeeeeeeeee

Answer: B
Explanation:

 

9 More Discussions You Might Find Interesting

1. Solaris

expecting answers for these questions?

hi all plese clarify me in the following area. 1. What is the default NFS version in solaris 5.10. If it is 3, then why it asks me to specify "-o vers=3" keyword while i am mounting a share from a RHEL 5.1 Server? 2. Can someone give the link to download packages for accessing "ntfs"... (4 Replies)
Discussion started by: kingston
4 Replies

2. Solaris

solaris 10 OS administration interview questions and answers

Hello, I am new to this forum and I am preparing for interview .Kindly can anybody send me Solaris 10 OS administration interview questions and answers (2 Replies)
Discussion started by: meet2muneer
2 Replies

3. Solaris

Please give answers for this interview questions

I was not able to get answers for these interview questions. It will be appreciable and useful if any one answers this questions. (5 Replies)
Discussion started by: Sesha
5 Replies

4. UNIX for Dummies Questions & Answers

Homework questions, book is lacking answers?

Hey you guys, There's a couple questions I cannot find the answers to anywhere in this book for my Operating Systems class, hopefully you guys could help. I believe we are in the Bourne shell. 1. Match each description to the appropriate type of variable Used in shell programs ... (7 Replies)
Discussion started by: KyleBucket
7 Replies

5. Post Here to Contact Site Administrators and Moderators

Eric's Questions and Answers Blog

I hope this is ok so I will ask if I may use this thread to ask questions about programming. May I use this thread to ask questions and answer questions? If the answer is yes, this is a thread made for minimizing the amount of threads I post to ask questions about programming. Please feel... (3 Replies)
Discussion started by: Errigour
3 Replies

6. UNIX for Advanced & Expert Users

Interview questions and answers on HP Unix administration

Hi, Can some body help me to get Interview questions and answers on HP Unix administration? Thanks Krsnadasa (1 Reply)
Discussion started by: krsnadasa
1 Replies

7. Shell Programming and Scripting

Bash script to give multiple choices and a varying number of answers

Hello everybody, I use `case' quite a lot but , excellent as it is , it only gives one final result ; can anyone suggest a way whereas , say long lists of choices are given and I , or a user could select either one two or any number of results to be echoed . many thanks in... (3 Replies)
Discussion started by: V686
3 Replies

8. UNIX for Beginners Questions & Answers

Answers for few objective questions.

Hi Unix geniuses, I need your help for the answers of few objective Q&A. i dont know if my answers are correct or not. So i really need your help to provide the answers which will help me in unix programming. (1 Reply)
Discussion started by: Vivekit82
1 Replies

9. What is on Your Mind?

Answers to Recently Asked Questions about UNIX.COM

Here are some answers to some of the recent questions I have received about UNIX.COM. So, I thought I would take time to answer them here in this post: Is it expected that the original poster "thank" everyone who responds to his / her discussion thread? It is always a good practice in all... (7 Replies)
Discussion started by: Neo
7 Replies
pfconfig(8)						      System Manager's Manual						       pfconfig(8)

NAME
pfconfig - Configure packet filter parameters SYNOPSIS
/usr/sbin/pfconfig [+/-p[romisc]] [+/-c[opyall]] [-b[acklog] nnn] [-a[ll]] [interface-name...] DESCRIPTION
The pfconfig command allows the system manager to configure certain parameters of the packet filter driver (see packetfilter(7)). These parameters are configured separately for each interface; the interfaces are specified by name on the command line (for example, ln0, and ni1). If more than one interface is specified, they are all given the same settings. Alternatively, you can specify -all to configure all the packet-filter interfaces on the system. You can set the following parameters with pfconfig: Allows packet filter users to set the interface into promiscuous mode (receives all packets). Whenever there is at least one packet filter descriptor open with the ENPROMISC mode bit set, the interface is put into promis- cuous mode. When no such descriptors are in use, the interface is returned to normal mode. The interface is no longer put into promiscu- ous mode on behalf of packet filter users; if the interface is in promiscuous mode when this command is given, it is returned to normal mode. (The superuser may use ifconfig(8) to control promiscuous mode, overriding the mode set by non-superusers. This is the default set- ting.) Allows packet filter users to set the interface into copy-all mode (receives packets sent/received by the kernel-resident protocol software [for example, IP, ARP, DECnet, LAT] on this host). Whenever there is at least one packet filter descriptor open with the ENCOPYALL mode bit set, the interface is put into copy-all mode. When no such descriptors are in use, the interface is returned to normal mode. The interface is no longer put into copy-all mode on behalf of packet filter users; if the interface is in copy-all mode when this command is given, it is returned to normal mode. (The superuser may use ifconfig(8) to control copy-all mode, overriding the mode set by non-supe- rusers. This is the default setting.) Sets the maximum backlog (packet filter input queue length) for non-superuser descriptors to the specified number. When a descriptor is opened, it is given a queue length limit of two. An application can increase this backlog using the EIOCSETW ioctl request. Superusers are allowed to increase their backlog up to a system-wide maximum; non-superusers are allowed to increase their backlog only up to the maximum set by this program. Note that allowing too large a backlog may result in vast amounts of kernel memory being tied up in the packet filter driver queues. If no configuration parameters are specified, the pfconfig command displays the current packet filter configuration for the network interfaces. Only the superuser may use this command to change the configuration. DIAGNOSTICS
PACKETFILTER option is not built into the running kernel Explanation: Packetfilter support is not built into the kernel. Reconfigure the kernel with the packetfilter option. pfopen: xxx: No such device Explanation: The specified network device does not exist on the system, or no pfilt minor devices exist in the /dev/pf directory. pfconfig: your system may not be properly configured; see "man packetfilter" Explanation: No pfilt minor devices exist in the /dev/pf directory. pfconfig: either network interface 'xxx' is down, or your system may not be properly configured; see "man packfilter" Explanation: The specified network device is not up and running. pfconfig: either all of your network interfaces are down, or your system may not be properly configured; see "man packfilter" Explanation: No network devices are up and running. SEE ALSO
Commands: intro(1), netstat(1), pfstat(1), ifconfig(8) Files: inet.local(4), bpf(7), packetfilter(7) pfconfig(8)
All times are GMT -4. The time now is 11:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy