Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-28-2003, 07:09 AM
|
#1
|
Member
Registered: Aug 2003
Location: London, Canada
Distribution: Arch Linux
Posts: 63
Rep:
|
How to undo 'chmod u+s `which kppp`'
I am using RedHat Linux 9 and entered the following commands in order to get non-root dialup:
chmod u+s `which kppp`
chmod u+s `which pppd`
Now I get no response when I choose the Kppp item from the KDE menu in RedHat and cannot start kppp except as root. This is the opposite of what I was trying to achieve. When I type the command for kppp from a terminal as a non root user I also get no response. Before I entered the above commands the same action would ask me for my root password and then proceed to start up kppp
How do I undo the above commands and restore the menu response in KDE?
Any help would be much appreciated.
Regards,
Bill Dika
|
|
|
08-28-2003, 12:04 PM
|
#2
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well you can do the opposite of what was done, to remove it:
chmod -s kppp
chmod -s pppd
|
|
|
08-28-2003, 05:31 PM
|
#3
|
Senior Member
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070
Rep:
|
To undo just do the opposite of what you did
chmod u-s `which kppp`
chmod u-s `which pp
When trying to give users acces you don't need to mess with pppd just kppp. And leave out the which
chmod u+s /sbin/kppp
|
|
|
08-29-2003, 08:33 AM
|
#4
|
Member
Registered: Aug 2003
Location: London, Canada
Distribution: Arch Linux
Posts: 63
Original Poster
Rep:
|
Many thanks.
Regards,
Bill Dika
|
|
|
All times are GMT -5. The time now is 02:44 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|