Sponsored Content
Full Discussion: Sudo question
Top Forums UNIX for Advanced & Expert Users Sudo question Post 302842259 by Just Ice on Thursday 8th of August 2013 06:51:48 PM
Old 08-08-2013
format for /etc/sudoers file ...
Code:
who where = (as_whom) what

the sample below will allow jack to only run /dir/command only on host17 only as user jill ... see man sudoers for more info ...
Code:
jack host17 = (jill) /dir/command

These 2 Users Gave Thanks to Just Ice For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sudo question

how do i go about adding a file to sudo so a user name oracle can run the file??? for some reason my man pages dont have anything for sudo. files sudoers exist in /etc can anyone help this is urgent thank you (1 Reply)
Discussion started by: TRUEST
1 Replies

2. UNIX for Advanced & Expert Users

SUDO question - please help

Hi, I was wondering if someone can give me some pointers about configuring SUDO. I am trying to configure SUDO to have about 30 users run about 200 scripts as a different user. I understand that I can create an User_Alias but how do I give that User_Alias rights to run all the scripts in a certain... (5 Replies)
Discussion started by: sajjad02
5 Replies

3. UNIX for Dummies Questions & Answers

Sudo question

Folks; I have a sudo question: - I have a real user named "greg" and another generic user named "devuser" & application that must be run like start/stop as "devuser" user. Is there a way to: Have user Greg login into the Solaris 10 box as himself then sudo as "devuser" to be able to... (10 Replies)
Discussion started by: Katkota
10 Replies

4. Linux

Sudo question

Hello, I would like to know what should I put on the sudoers file to block a determined group os using just one specific command as root? He can do anything, but not execute program X, how can I do this? Thank you very much. (2 Replies)
Discussion started by: Zarnick
2 Replies

5. Cybersecurity

sudo question

Hi, Is it possible to stop users from copying a login shell, say bash, to another name and then executing it via sudo to gain root priviliges? Normal users have read access to login shells, so they can copy them without any limitations. How can I stop this? Thanks (12 Replies)
Discussion started by: melias
12 Replies

6. Ubuntu

sudo question.

Hello all, Anyone fimilar with su -l command? So when I do su -l <user> any user it doesn't prompt me for password for that user. How I enable sudo to prompt for password whenever su -l command is used. Please help! thanks, -Lalit :D (7 Replies)
Discussion started by: email-lalit
7 Replies

7. UNIX for Dummies Questions & Answers

Sudo question

Folks; I have SUDO configured on my SUSE boxes to allow a specific groups to run specific duties so one group has ALL permission & other group has permission to run a few commands only. when i look at the sudoer log, i see people login info only, Is there a way to capture every thing users do... (3 Replies)
Discussion started by: Katkota
3 Replies

8. UNIX for Dummies Questions & Answers

Question about sudo

Hello all, I have a script (script.sh) that is owned and executed by root. Now I need to give another user (user1) sudo access to execute that script. I edited the /etc/sudoers file, and created the following: # Runas alias specification Runas_Alias RO = root user1 ALL=(RO)... (1 Reply)
Discussion started by: designbc
1 Replies

9. AIX

Sudo question

I am running AIX 6.6.5.115 and am experiencing a problem using sudo. I have shell scripts that I created for our HR user and shell scripts that I created for root administrators. I do have a need to embed a sudo command in the user shell script to run one command as root. However the two... (8 Replies)
Discussion started by: RonDeF
8 Replies
JACK-RACK(1)						      General Commands Manual						      JACK-RACK(1)

NAME
jack-rack - a LADSPA effects rack SYNOPSIS
jack-rack [options] files... DESCRIPTION
This manual page documents briefly the jack-rack command. This manual page was written for the Debian distribution because the original program does not have a manual page. The jack-rack program allows you to load several LADSPA plugins and stack them together in order to build a virtual effects box. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Display this help info -p, --pid-name Use the pid in the JACK client name (default) -s, --string-name Use <string> in the JACK client name -n, --name Use just jack_rack as the client name -i, --input Connected inputs to the first two physical capture ports -o, --output Connected outputs to the first two physical playback ports -c, --channels <int> How many input and output channels the rack should use (default: 2) -D, --tmpdir <dir> Tell JACK to use <dir> for its temporary files SEE ALSO
jackd(1), AUTHOR
This manual page was written by Guenter Geiger <geiger@debian.org>, for the Debian GNU/Linux system (but may be used by others). June 6, 2003 JACK-RACK(1)
All times are GMT -4. The time now is 05:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy