Re: Fedora 9 + Network Manager = Wireless NOT Connecting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2008-05-28 at 21:31 -0400, Marc Ferguson wrote:
> Hi,
> 
> The PATH variable seems to already have a value in it:
> 
> PATH=$PATH:$HOME/bin

I should hope so. $PATH is where the Shell looks for commands to
execute. It's a list of directories to look in.

lspci and friends are in /sbin (or sometimes in /usr/sbin). /sbin/lspci
etc. will run them. Or do this in .bash_profile:

PATH=/sbin:/usr/sbin:$PATH

poc

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux