Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lsh-execuv(8) [debian man page]

LSH-EXECUV(8)							    lsh manuals 						     LSH-EXECUV(8)

NAME
lsh-execuv - program to securely execute a program as another user SYNOPSIS
lsh-execuv [options] program [--] real-argv DESCRIPTION
This manual page documents briefly the lsh-execuv command. This manual page was written for the Debian distribution because the original program does not have a manual page. lsh-execuv is a utility program for the lsh server that securely executes a program as a different user. another user. OPTIONS
A summary of options is included below. -u uid setuid to numeric uid before running program. Usernames are not supported, only numeric uids. -g gid setgid to numeric gid before running program. Group names are not supported, only numeric gids. -n user-name User name, needed for initgroups -i Call initgroups, requires that -n user-name be specified. -c Clear the list of supplimentary groups. -p Use $PATH variable to search for program. -? Show summary of options. SEE ALSO
lsh(1), lshd(8). The programs are documented fully by Lsh, available via the Info system. AUTHOR
This manual page was written by Timshel Knoll <timshel@debian.org>, for the Debian GNU/Linux system (but may be used by others). lsh-execuv Jul 05 2002 LSH-EXECUV(8)

Check Out this Related Man Page

LSH-UPGRADE-KEY(1)						    Lsh Manuals 						LSH-UPGRADE-KEY(1)

NAME
lsh-upgrade-key - script for key conversion to lsh 2.0 format SYNOPSIS
lsh-upgrade-key KEY-FILE DESCRIPTION
CAUTION! The information in this manpage may be invalid or outdated. For authorative information on lsh, please see it's Texinfo manual (see the SEE ALSO section). The key in KEY-FILE is converted to the new format and stored in KEY-FILE.new (i.e. the suffix .new is added to the KEY-FILE name). REPORTING BUGS
Report bugs to <bug-lsh@gnu.org>. COPYING
The lsh suite of programs is distributed under the GNU General Public License; see the COPYING and AUTHORS files in the source distribution for details. AUTHOR
The lsh program suite is written mainly by Niels Moller <nisse@lysator.liu.se>. This man-page was written for lsh 2.0 by Pontus Freyhult <pont_lsh@soua.net>, it is based on a template written by J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>. SEE ALSO
lsftp(1), lshg(1), lsh-authorize(1), lsh-decode-key(1), lsh-decrypt-key(1), lsh-keygen(1), lsh-make-seed(1), lsh-upgrade(1), lsh-upgrade- key(1), lsh-writekey(1), lshd(8), ssh-conv(1) The full documentation for lsh is maintained as a Texinfo manual. If the info and lsh programs are properly installed at your site, the command info lsh should give you access to the complete manual. LSH-UPGRADE-KEY NOVEMBER 2004 LSH-UPGRADE-KEY(1)
Man Page

7 More Discussions You Might Find Interesting

1. Programming

getting username from a c program in unix

How to get the user name of the Operating system from a c program. eg:- -rw-r----- 1 gkuser srth1 292 Jul 27 19:28 u1.txt i need to get gkuser as the result? (3 Replies)
Discussion started by: Rajeshsu
3 Replies

2. HP-UX

Valid ranges for uids for HP-UX

Hi , I am using adduser in hp-ux to create users in Hp-ux. i would like to know what are the valid values for uids and gids in hp-ux what are the rannges for the valid uids . How to check what are the used uids in Hp-ux . Thanks Narendra babu C (7 Replies)
Discussion started by: naren_chella
7 Replies

3. Programming

get the path of current running program

How does the program know the full path of itself when the program is running in certain diretory? BTW, I have no "argv" information of main() functino. (The program is written in C++ on linux platform) (1 Reply)
Discussion started by: princelinux
1 Replies

4. Shell Programming and Scripting

Under what sh `scaley 27` is a numeric-parameter ?

Hi, this part of code comes from an example in dialog utility. Running it under /sh the following error is generated " Error: Expected a numeric-parameter for --begin. Use --help to list options. " Is this example is 6 years old only, I expect it to work finally. Jack ... (2 Replies)
Discussion started by: jack2
2 Replies

5. UNIX for Dummies Questions & Answers

help with my program

hi.. i'm a newbie here and with unix.. i'm almost done with my program, i only needed to create a utility or a script that will search and sort the files on my file. if you can help me create a script i will greatly appreciate it. thanks :):):) (4 Replies)
Discussion started by: pangit_me
4 Replies

6. UNIX for Dummies Questions & Answers

How files can be transferred from one system to another securely using Linux?

i need to know how files can be transfered from one system to another securely in linux. (9 Replies)
Discussion started by: bibing
9 Replies

7. UNIX for Advanced & Expert Users

Numeric uid and gid in ls -l command

I´m listing the contents of a directory using the command ls -lI get numeric uid and gid for some lines. example: drwxr-xr-x root root 1970-01-01 01:00 sys -rw-r--r-- 501 20 0 2010-08-04 14:54 shutdown.bravo.rc drwxr-x--- 501 20 ... (5 Replies)
Discussion started by: flocki
5 Replies