Sponsored Content
Top Forums Shell Programming and Scripting I Need Some Help With My Ssh Shell Programming Class Project??????? Post 302141982 by porter on Tuesday 23rd of October 2007 07:54:42 PM
Old 10-23-2007
If you are having problems with an assignment you should

(a) read up on your notes to see what you are supposed to know up to this point and what they are trying to teach you

(b) use the references they gave you

(c) note that this forum does not do people's homework for them

(d) if you are unclear on an assignment, go to your teacher.
 

10 More Discussions You Might Find Interesting

1. IP Networking

Socket programming project guide

Hi, I studyied N/W programming in Unix by stevens, but i'm interested to do some project in real time, Can any body guide me to do or else give me some idea what to do. :confused: Thanks and regards (0 Replies)
Discussion started by: ~monu~
0 Replies

2. Programming

I Need Some Help With My Ssh Shell Programming Class Project???????

Instructions: Type all your answers on one file (initiallastname_project2-answers file) and submit via the Projects Dropbox section on Angel. The file should contain answers to the questions below. Valid answers include: - command/s used - output of the command/s (including error or... (1 Reply)
Discussion started by: kprescod4158
1 Replies

3. UNIX for Dummies Questions & Answers

Tell me some good unix project in system level programming...

this is very urgent plzzzzzzzzzzzzzzzz........... (0 Replies)
Discussion started by: stalin2020
0 Replies

4. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies

5. Programming

C++ class definition with a member of the same class

Hi, i have a question about C++. Is it possible to declare a class with a member ot the same class? For example, a linked list or i want to convert this C code to C++ class (Elemento) typedef struct elemento { char name; char value; List<struct elemento> ltElementos; ... (7 Replies)
Discussion started by: pogdorica
7 Replies

6. UNIX for Advanced & Expert Users

Get pointer for existing device class (struct class) in Linux kernel module

Hi all! I am trying to register a device in an existing device class, but I am having trouble getting the pointer to an existing class. I can create a class in a module, get the pointer to it and then use it to register the device with: *cl = class_create(THIS_MODULE, className);... (0 Replies)
Discussion started by: hdaniel@ualg.pt
0 Replies

7. Programming

Size of Derived class, upon virtual base class inheritance

I have the two class definition as follows. class A { public: int a; }; class B : virtual public A{ }; The size of class A is shown as 4, and size of class B is shown as 16. Why is this effect ?. (2 Replies)
Discussion started by: techmonk
2 Replies

8. UNIX for Dummies Questions & Answers

Shell script to read lines in a text file and filter user data Shell Programming and Scripting

sxsaaas (3 Replies)
Discussion started by: VikrantD
3 Replies

9. Programming

C++ : Base class member function not accessible from derived class

Hello All, I am a learner in C++. I was testing my inheritance knowledge with following piece of code. #include <iostream> using namespace std; class base { public : void display() { cout << "In base display()" << endl; } void display(int k) {... (2 Replies)
Discussion started by: anand.shah
2 Replies

10. Homework & Coursework Questions

Class hpc project

My high school started a tech lab where students like myself can take apart computers, build circuit boards, learn to program and lots more. I got the job of building a cluster with 4 old work stations we have. This is just a trial if it works well we can get more work stations. We have one... (3 Replies)
Discussion started by: PC-2011
3 Replies
INNCONFVAL(1)						      General Commands Manual						     INNCONFVAL(1)

NAME
innconfval - get an InterNetNews configuration parameter SYNOPSIS
innconfval [ -c ] [ -f ] [ -i path_to_innconf ] [ -p ] [ -s ] [ -t ] [ -v ] [ parameter... ] DESCRIPTION
Innconfval prints the values of the parameters specified on the command line. Values are retrieved from the inn.conf(5) file and are described there except for ``version''. ``Version'' cannot be set at inn.conf(5) and retrieved from INNVersion() in libinn(3). If no parameters are specified, all the parameters and values are printed on separate lines. This is most useful with the other options for set- ting up assignment of variables. OPTIONS
-c Print values as csh set commands -f Values are retrieved by using the GetFileConfigValue if the ``-f'' flag is used. Otherwise the GetConfigValue routine is used. Both are described in libinn(3). -i Values are read from the specified file. This overrides the compile time default for inn.conf(5) -p Print values as perl assignment commands -s Print values as shell set commands -t Print values as tcl assignment commands -v Print inn version HISTORY
Written by Rich $alz <rsalz@uunet.uu.net> for InterNetNews. This is revision 1.3.4.1, dated 2000/08/17. SEE ALSO
libinn(3), inn.conf(5). INNCONFVAL(1)
All times are GMT -4. The time now is 07:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy