Command run with admin privileges


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Command run with admin privileges
# 1  
Old 06-14-2013
Command run with admin privileges

Hi all,
I want to run a single command (gdm-restart) which has admin privileges as normal user.
I have done these below steps so for.

1. cp -p /usr/sbin/gdm-restart /usr/bin
2. chmod o+w /usr/bin
3. chown user /usr/bin.

But still not success. So kindly please let me know whether there is any procedure for my requirement.

Regards,
Mastan
# 2  
Old 06-14-2013
sudo would be the normal approach to running a program as super user.

Changing the ownership and giving write privilege to everyone for /usr/bin seems super crazy too.

And as this has nothing to do with Red Hat, I've moved the thread to another forum.
# 3  
Old 06-14-2013
Hi Scott,

Thanks for your prompt reply. I know about how to run a command as normal user with administrator privileges using sudo. But my intention is run a single command which is having admin privileges as normal user. Is it possible ?
# 4  
Old 06-14-2013
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Regarding Admin life either as DBA or UNIX Linux admin

I am planning to choose my career as Unix/Linux Admin or a DBA. But I have come to know from forums and few admins like the job will be 24/7. I have few questions on that. Can we get "DAY" shifts in any one of the admin Job ? Can't we have shift timings in any company ? Eventhough the... (7 Replies)
Discussion started by: Jacktts
7 Replies

2. Shell Programming and Scripting

Script for telnet and run one command kill it and run another command using while loop

( sleep 3 echo ${LOGIN} sleep 2 echo ${PSWD} sleep 2 while read line do echo "$line" PID=$? sleep 2 kill -9 $PID done < temp sleep 5 echo "exit" ) | telnet ${HOST} while is executing only command and exits. (5 Replies)
Discussion started by: sooda
5 Replies

3. Shell Programming and Scripting

Admin user command usage restrictions

Hi, I need to work on restricting the Linux commands to the ADMIN user to some extent. It means for example, Admin users should not use passwd command to change the password of "root" or other important accounts like oracle, etc., So, I want to know which commands should be restricted upto which... (5 Replies)
Discussion started by: Dpu
5 Replies

4. Windows & DOS: Issues & Discussions

Lost Domain Admin Privileges in Samba

Hello, I have apparently lost all domain admin privledges in Samba. I have had several problems ever since I installed the 1/31 Solaris patch cluster. I had to roll out one Samba update (146363-01), which denied all logons network access. However, this particular problem seems to have begun... (0 Replies)
Discussion started by: stringman
0 Replies

5. Debian

Change the privileges needed to run a program

Hi everyone, I have an issue with a project of mine. I have to run a program on a terminal which requires to be logged in as su to have it run it. Given that I'm having problem to use expect to give the password I'd like to change the privilege of that program from SU to normal user ( I have the SU... (13 Replies)
Discussion started by: gaisselick87
13 Replies

6. Shell Programming and Scripting

Admin privileges check

I've been tasked to check whether the user of a script has administrative privileges (as they are needed to run certain parts of the script), and if not notify the user to run the script with admin privileges. Since the script is to be widely distributed, controlling the file rights will not be... (6 Replies)
Discussion started by: gliesian
6 Replies

7. Solaris

Lp admin command

Folks - any advice on lp commands etc.. I dont use printers on solaris servers, neither do we have any installed but I need to know as much as possible for the solaris admin course... Any advice on good sources of information for printing commands in general? (1 Reply)
Discussion started by: frustrated1
1 Replies

8. UNIX for Dummies Questions & Answers

linux command line admin tool

Dear All, I am new to linux administration. what is the tool that is used to admin the linux server from remote client using telnet session. It can be used on the server also but start from command line with out Xwindows. just like SMIT in AIX. With Regards, Varma. (1 Reply)
Discussion started by: jarkvarma
1 Replies

9. UNIX for Advanced & Expert Users

Admin of Users from command line

I have been adding new users on a system(SOLARIS 8), and one of these 'nice'(?) users has got back to me to complain that his full name isnt showing up when he does the following at the command prompt : $ finger <login_id> You see when I added the users details at the command line using... (2 Replies)
Discussion started by: Kanu77
2 Replies
Login or Register to Ask a Question