Sponsored Content
Full Discussion: Automatic class change
Operating Systems BSD Automatic class change Post 302278798 by Sergiu-IT on Wednesday 21st of January 2009 07:13:38 AM
Old 01-21-2009
I found:

pw usermod USER -L class

I completely forgot about pw Smilie
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

automatic su

Hi all, Suppose I have a script under user A, which calls a script under user B (this script should be run using user B). How can I change the user (along with supplying the password) automatically in the script (a command similar to su)? Thank you in advance Best Regards (1 Reply)
Discussion started by: omran
1 Replies

2. UNIX Desktop Questions & Answers

It's first class!

This is a great sight! Excellent site, added to favorites!! I am also webmaster and I like this one!Thank you! (0 Replies)
Discussion started by: Leksej
0 Replies

3. UNIX Desktop Questions & Answers

It's first class!

Hi..!!!You have a very nice web-site! Good work!I am also webmaster and I like this one!Thank you! (1 Reply)
Discussion started by: Hardan
1 Replies

4. UNIX for Dummies Questions & Answers

car class (not school class)

im just trying to have some fun and kill some time writing a c++ program that has a person type in a car make and model then gives them a year and a price. or something like that. i always have problems getting it goin but once the ball is rolling im usually pretty good. anyone wanna help me out? ... (1 Reply)
Discussion started by: rickym2626
1 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. Programming

static use for class inside the same class c++

Hi, I believe the next code is wrong: class Egg { Egg e; int i; Egg(int ii=0) : i(ii) {} }; because you would end up with an endless definition (memory allocation) of Egg objects, thus int i. Ok, so God Eckel proposes for a singleton: class Egg { static Egg e; int... (5 Replies)
Discussion started by: xavipoes
5 Replies

7. 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

8. HP-UX

Automatic script to change the UNIX Password

Hi, we have around 50 users and every month we need to change the password manually once its expire. do we have any script to change the password automatically. OS -HP-UX Thanks in advance.. (6 Replies)
Discussion started by: periyasamycse
6 Replies

9. 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

10. 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
Net::Whois::RIPE::Iterator(3pm) 			User Contributed Perl Documentation			   Net::Whois::RIPE::Iterator(3pm)

NAME
Net::Whois::RIPE::Iterator - iterator for RIPE object's. SYNOPSIS
use Net::Whois::RIPE; use Net::Whois::RIPE::Iterator; $whois = Net::Whois::RIPE->new($host); $iterator = Net::Whois::RIPE::Iterator->new($whois,$query); while ($obj = $iterator->next) { ... } DESCRIPTION
Implements an iterator for Net::Whois::RIPE::Objects. CONSTRUCTOR
new (WHOIS, QUERY) The constructor returns undef on failure. If debug is on then a message is carped about the failure. WHOIS is an object of class Net::Whois::RIPE QUERY is a query string to be sent to the WHOIS object to retrieve the whois objects. METHODS
next() Returns the next Net::Whois::RIPE::Object from the query. Returns undef if no more objects. debug(LEVEL) Sets/gets debugging level on the class or an object. 0 - no debugging 1 - debugging on AUTHOR
Kevin Baker, <shagol@users.sourceforge.net> SEE ALSO
Net::Whois::RIPE Net::Whois::RIPE::Object COPYRIGHT
Copyright (C) 2000 Kevin Baker and APNIC Pty. Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 23: '=item' outside of any '=over' Around line 33: You forgot a '=back' before '=head1' Around line 35: '=item' outside of any '=over' Around line 48: You forgot a '=back' before '=head1' perl v5.10.0 2006-04-17 Net::Whois::RIPE::Iterator(3pm)
All times are GMT -4. The time now is 04:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy