Sponsored Content
Full Discussion: Changing effective user
Special Forums Cybersecurity Changing effective user Post 7115 by LivinFree on Wednesday 19th of September 2001 02:03:19 AM
Old 09-19-2001
Oops, I got +t and +s mixed up again...
Probably not a good thing to do very often, no?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Changing permissions of a user

So I need to change the permissions of my user account. I can access the root account on the server, but don't know how to change the permissions of my user account. I was advised to try 'userconf' to see if I am part of a group, but I dunno how that works. ANyone who knows how to see the... (3 Replies)
Discussion started by: achink125
3 Replies

2. UNIX for Dummies Questions & Answers

Changing the Effective Group ID

Here is my situation. On a RedHat 7.3 box, I have a user named jody. When I log in with jody and type in "id", I get the expected output: uid=1(jody) gid=1(jody) groups=1(jody), 510(test) However, I cannot figure which "id" option allows me to change the effective gid. I tried the options... (2 Replies)
Discussion started by: Jody
2 Replies

3. AIX

changing user password

I have 02 servers: - Linux RHEL AS 3 (server1) - AIX 5.2 (server2) Running the command rsh server2 passwd derje from the server1 to change derje user password on server2, give me this error: 3004-709 Error while changing the password for "derje" Can somebody help me ? (0 Replies)
Discussion started by: mayge
0 Replies

4. AIX

Changing User Characteristics

We use smitty to administer user accounts. Is it safe to make changes to the characteristics of a user while the user is logged in? Can I set "Is this user ACCOUNT LOCKED?" to true ? Can I set an expiration date on an account? Will this effect the user in anyway during their current... (1 Reply)
Discussion started by: andrewsc
1 Replies

5. Solaris

Solaris user changing password

i created 1 user . Now its passwd time period get expired. Now how can I set password for that user. Also how can I set a condition such a way that after every 3 months user must change his passwd. (5 Replies)
Discussion started by: ajitkraj
5 Replies

6. UNIX for Dummies Questions & Answers

Changing the user id or euid of the shell itself

Hi all, Ok, bear with me on this one, I am a bit new to Unix and it might take me a little bit of time to articulate my question. I know that every process has a user id and an effective user id. This seems to include the shell itself, because when I type 'ps', I see 'bash' listed as a... (2 Replies)
Discussion started by: oddthingy
2 Replies

7. UNIX for Dummies Questions & Answers

[Solved] effective user id upon exec

Hello all. Despite the exec man page, the exec system call seems to turn my effective-user-id into my real-user-id. I coded and compiled 2 very simple c programs as user 1 (uid=501) The first one (A) prints real and effective user IDs and then execs the second one (B), which in turn prints... (7 Replies)
Discussion started by: oviv
7 Replies

8. Shell Programming and Scripting

User id who is changing the script.

can we know the user id who changed saved script in cron tab..:D (7 Replies)
Discussion started by: netdbaind
7 Replies

9. Shell Programming and Scripting

Prevent the user from changing his directory

Hi could some let me know how to prevent user from changing his home directory....... Thanks in advance.... (1 Reply)
Discussion started by: Revanth547
1 Replies

10. Programming

Real, effective and saved user id in C program

I figured it out by now. (0 Replies)
Discussion started by: Ralph
0 Replies
TOKYOTYRANTTABLE(3)													       TOKYOTYRANTTABLE(3)

The TokyoTyrantTable class

INTRODUCTION
Provides an API to the table databases. A table database can be create using the following command: ttserver -port 1979 /tmp/tt_table.tct. In Tokyo Tyrant the table API is a schemaless database which can store arbitrary amount of key-value pairs under a single primary key. CLASS SYNOPSIS
TokyoTyrantTable TokyoTyrantTableextends TokyoTyrant Methods o public void TokyoTyrantTable::add (string $key, mixed $increment, [string $type]) o public int TokyoTyrantTable::genUid (void ) o public void TokyoTyrantTable::get (mixed $keys) o public TokyoTyrantIterator TokyoTyrantTable::getIterator (void ) o public TokyoTyrantQuery TokyoTyrantTable::getQuery (void ) o public void TokyoTyrantTable::out (mixed $keys) o public int TokyoTyrantTable::put (string $key, array $columns) o public void TokyoTyrantTable::putCat (string $key, array $columns) o public void TokyoTyrantTable::putKeep (string $key, array $columns) o public void TokyoTyrantTable::putNr (mixed $keys, [string $value]) o public void TokyoTyrantTable::putShl (string $key, string $value, int $width) o public mixed TokyoTyrantTable::setIndex (string $column, int $type) Inherited methods o public number TokyoTyrant::add (string $key, number $increment, [int $type]) o public TokyoTyrant TokyoTyrant::connect (string $host, [int $port = TokyoTyrant::RDBDEF_PORT], [array $options]) o public TokyoTyrant TokyoTyrant::connectUri (string $uri) o public TokyoTyrant::__construct ([string $host], [int $port = TokyoTyrant::RDBDEF_PORT], [array $options]) o public TokyoTyrant TokyoTyrant::copy (string $path) o public string TokyoTyrant::ext (string $name, int $options, string $key, string $value) o public array TokyoTyrant::fwmKeys (string $prefix, int $max_recs) o public mixed TokyoTyrant::get (mixed $keys) o public TokyoTyrantIterator TokyoTyrant::getIterator (void ) o public int TokyoTyrant::num (void ) o public TokyoTyrant TokyoTyrant::out (mixed $keys) o public TokyoTyrant TokyoTyrant::put (mixed $keys, [string $value = NULL]) o public TokyoTyrant TokyoTyrant::putCat (mixed $keys, [string $value]) o public TokyoTyrant TokyoTyrant::putKeep (mixed $keys, [string $value]) o public TokyoTyrant TokyoTyrant::putNr (mixed $keys, [string $value = NULL]) o public mixed TokyoTyrant::putShl (string $key, string $value, int $width) o public mixed TokyoTyrant::restore (string $log_dir, int $timestamp, [bool $check_consistency = true]) o public mixed TokyoTyrant::setMaster (string $host, int $port, int $timestamp, [bool $check_consistency = true]) o public int TokyoTyrant::size (string $key) o public array TokyoTyrant::stat (void ) o public mixed TokyoTyrant::sync (void ) o public TokyoTyrant TokyoTyrant::tune (float $timeout, [int $options = TokyoTyrant::RDBT_RECON]) o public mixed TokyoTyrant::vanish (void ) PHP Documentation Group TOKYOTYRANTTABLE(3)
All times are GMT -4. The time now is 09:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy