Sponsored Content
Operating Systems AIX What is the command to add user to sudo? Post 303002008 by vbe on Wednesday 16th of August 2017 04:44:11 AM
Old 08-16-2017
the AIX command to create a new user is mkuser, but if you are asking, then I suggest to not try but to use the gui/txt administration interface: smitty ( txt ) /smit ( X11 ) by typing the shortcut
Code:
 smit/smitty user

This User Gave Thanks to vbe For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Who can help me how to add user without 'useradd' command

Can any one tell me if i dun want using 'useradd' command to add new user, it is have any command i can use to add a new user?and any extra step needed for my local environment? (3 Replies)
Discussion started by: foong
3 Replies

2. UNIX for Dummies Questions & Answers

scp with a sudo user

Morning guys, I'm hoping you can advise me as to whether or not the following is possible. Is there a way of firing off an scp command with a sudo user as the user? e.g. I am logged onto server1 as smith, but want to pull files from server2 that I can only read as sudo jones. In my mind it... (3 Replies)
Discussion started by: dlam
3 Replies

3. UNIX for Dummies Questions & Answers

Unable to use the Sudo command. "0509-130 Symbol resolution failed for sudo because:"

Hi! I'm very new to unix, so please keep that in mind with the level of language used if you choose to help :D Thanks! When attempting to use sudo on and AIX machine with oslevel 5.1.0.0, I get the following error: exec(): 0509-036 Cannot load program sudo because of the following errors:... (1 Reply)
Discussion started by: Chloe123
1 Replies

4. AIX

Run sudo to another user

Run sudo to another user . I have two users in my AIX system appadmin (Application admin ) and appuser (Application user) Application Admin user has special permission to run every thing about this application. I have one script called /usr/app.sh Only appadmin has permission to run this... (11 Replies)
Discussion started by: Mr.AIX
11 Replies

5. UNIX for Dummies Questions & Answers

sudo user

I am trying to run a command from different user on my server. However when i execute the command it asks for password can you please help. when i use this command to switch user no password is required 1) sudo su - bilbtf42 when i use 2) sudo su - bilbtf42 cp file1 direcotry1/file1 ... (3 Replies)
Discussion started by: blackeyed
3 Replies

6. UNIX for Dummies Questions & Answers

sudo su - USER ??? How to??

Hi folks, Here is my question of the day 8-) I have to provide the ability to sudo su - orapd2 & sudo su - pd2adm for the following people User A, B, C, D which all of them are part of the group staff. orapd2 and pd2adm are also users. Users A, B, C, D should not type the password for... (2 Replies)
Discussion started by: 300zxmuro
2 Replies

7. Shell Programming and Scripting

ssh foo.com sudo command - Prompts for sudo password as visible text. Help?

I am writing a BASH script to update a webserver and then restart Apache. It looks basically like this: #!/bin/bash rsync /path/on/local/machine/ foo.com:path/on/remote/machine/ ssh foo.com sudo /etc/init.d/apache2 reloadrsync and ssh don't prompt for a password, because I have DSA encryption... (9 Replies)
Discussion started by: fluoborate
9 Replies

8. Shell Programming and Scripting

sudo su - user not working

Hi All, I need your expertise to solve my problem, my account has permission to make sudo and su but when I try to switch user in a shell, it does not work with following message: "Sorry, user jmbeltra is not allowed to execute '/usr/bin/su -c echo HELLO THERE - oracle' as root on dbbr1k01" I... (4 Replies)
Discussion started by: Axtel
4 Replies

9. AIX

Sudo to other user

Hello All, I am trying to grant sudo privileges to a set of users (say tom and jerry) to sudo to another set of users (jim, harry). This is because we don't want to disclose the password of jim and harry. I did defined the user_alias and runas alias. %wms ALL = (USR) /usr/bin/su -, where wms... (7 Replies)
Discussion started by: ibmtech
7 Replies

10. SuSE

How to add a new user to sudo group in openSuse 12.3?

Hi All, I have created a openSUSE 12.3 VM in my VirtualBox. I have created one user and added that user to my group. Is there any command by which I can add that user to sudoers user group like we do in ubuntu? #sudo adduser user1 sudo I checked the /etc/groups file, but there is no sudo... (1 Reply)
Discussion started by: sanzee007
1 Replies
XBALL(6x)																 XBALL(6x)

NAME
xball - bounce balls on the screen SYNOPSIS
xball [ -help -delay delay -gravity percent-gravity -elasticity percent-elasticity -itemWidth ball-width -itemHeight ball-height -collide -perpetual -haltSim -demoFile demo-file -rgbTxt rgb.txt-file ] [XToolkit options] DESCRIPTION
XBall allows the user to create 3-d shaded balls, or to write and run demo which create and manipulate the balls in various ways. Documen- tation is included on-line via the Help menu and is not reproduced here. OPTIONS
Run xball -help for a decription of the command line options DEMOS
Several demo files are included with the distribution. To run all the demos, run 'run_demos'. RESOURCES
Most resources are available for user modification. See the XBall app-defaults file for a complete listing of widgets, Following is a list of the most useful resources: XBall*canvas.width, height The default width and height of the window in which balls bounce in. XBall.delay The amount to slow the simulation, in case the computer is too fast. A reasonable range is 0 to 200. XBall.itemWidth, itemHeight The default width and height of the balls. XBall.collide If true, balls are colliding on startup. XBall.perpetual If true, balls are perpetual on startup. XBall.haltSim If true, simulation is halted on startup. XBall.demoFile Specified the file to run as a demo on startup. XBall.rgbTxt Specified the file to load for the colors. The default file is /etc/X11/rgb.txt FILES
/etc/X11/rgb.txt X11 color names and values. AUTHOR
David Nedde (daven@ivy.wpi.edu). Packaged for the Debian project by Stephen Birch <sgbirch@imsmail.org>. COPYRIGHT
Copyright 1991, 1993 David Nedde. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee provided that the above copyright notice appears in all copies. It is provided "as is" without express or implied warranty. 1/5/93 XBALL(6x)
All times are GMT -4. The time now is 09:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy