LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
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


Reply
  Search this Thread
Old 09-11-2002, 01:44 AM   #1
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Rep: Reputation: 30
Question Two simple questions


When I connect through my xDSL connection it asks for my root password....is there a way around this? Also, I'm running RH7.3 and it's grouping my taskbar icons! If I wanted this option I would have wasted my money on XP!!! So, where is the option to turn that off....oh yeah, I'm running gnome.
 
Old 09-11-2002, 02:12 AM   #2
doublefailure
Member
 
Registered: Mar 2002
Location: ma
Distribution: slackware
Posts: 747

Rep: Reputation: 30
1. i 'm not sure about this.. however..

what file do u execute when u connect to xdsl

if u don't know ... type 'ps -ef'
and guess which is it
and check the permission and owner of the file by 'ls -l filename'

2. grouping icons option might be configured by clicking right mouse button on the taskbar
try various parts of the taskbar
 
Old 09-11-2002, 10:55 AM   #3
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Original Poster
Rep: Reputation: 30
I have searched pratically EVERYWHERE!!! I cannot find the stupid option to turn that friggin option off. However, on the xDSL thing, it's a network connection thingie, I would assume I could do that but I don't have the chance to try it seeing how I work two jobs and my weekend is the only time I can mess with my DSL. Thanks for the helpful hint though!

 
Old 09-11-2002, 11:34 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Bigun, you are actually using a window manager that closely resembles the dreaded above mentioned OS. If you are looking for something different, try using another WM.

Here is one of many articles talking about other options:
http://linux.about.com/cs/windowmanagers/

There is a popup. Figure I should mention it since I HATE popups.

Cool
 
Old 09-12-2002, 01:10 AM   #5
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Original Poster
Rep: Reputation: 30
Oooohh, that reminds me, is there a pop-up killer prog for Linux?

Oh also, ran into problem with changing permissions. It's under "usr/bin" and it's the neat file. The permissions are greyed out, and even when I'm logged in as root too.
 
Old 09-12-2002, 02:31 PM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Greyed out? chmod em in a terminal:
man chmod

Pop up killer = galeon

Galeon contains a popup killer right in the browser

Cool
 
Old 09-13-2002, 12:25 AM   #7
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Original Poster
Rep: Reputation: 30
Ohh...Galeon....must try...thanx!!!

 
Old 09-13-2002, 12:38 AM   #8
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Original Poster
Rep: Reputation: 30
ok, the mon page on chmod is a little confusing. Come to think of it, most of them are....is there a web page that could maybe explain things in plain English?
 
Old 09-13-2002, 12:47 AM   #9
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
http://www.plainenglish.co.uk/

Yes, it's actually very confusing to me as well. This site provides much more "human" info on that, if you do a search on chmod you will probably get like a billion pages about it. So I have found the page that, to me, best describes the info:
http://www.linuxquestions.org/questi...threadid=25234

Cool
 
Old 09-13-2002, 01:25 AM   #10
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Original Poster
Rep: Reputation: 30
I actually understang that octal greek crap, now.....I had to read it four times though.

Ok, I'm looking at my etc/fstab, and I found where I can put who has access to what mounts. However, there is an option called "defaults"...I am assuming you can change the default.....how?
 
Old 09-13-2002, 01:27 AM   #11
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Original Poster
Rep: Reputation: 30
Oh yea, while we're on the subject of permissions, I noticed I can't change the option in Nautilus to show all read-only files, they aren't even listed!! Logged in as root though the options are there. How would I fix this?
 
Old 09-13-2002, 02:07 AM   #12
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Gnome is not my strong point, hopefully someone else can point you to the right place there...

man mount will actually give you details on the default options.
http://man.linuxquestions.org/index....ction=0&type=2

Also man fstab, but it will give you less options, and point you towards man mount. Here's the default options:
Quote:
defaults
Use default options: rw, suid, dev, exec,
auto, nouser, and async.
So, you may want to change your vfat default entry to something like:
users,auto,rw

Cool
 
Old 09-13-2002, 07:44 AM   #13
hanzerik
Member
 
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717

Rep: Reputation: 32
Quote:
Originally posted by Bigun
I actually understang that octal greek crap, now.....I had to read it four times though.

Ok, I'm looking at my etc/fstab, and I found where I can put who has access to what mounts. However, there is an option called "defaults"...I am assuming you can change the default.....how?
http://www.frankenlinux.com/intro/fstab.html

Has some good info on fstab
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Questions...Hopfully Simple Answers. caps_phisto Linux - General 3 12-21-2004 01:40 PM
Three Simple Questions Wapocalypse Linux - Newbie 4 01-04-2003 07:49 PM
simple questions safrout Linux - Hardware 4 12-08-2002 11:00 AM
Three simple questions ErikD Linux - Software 2 10-15-2001 10:03 AM
Two simple questions M.I. Linux - General 3 07-12-2001 11:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration