Re: [newbie] Command not found

2001-10-02 Thread Robert MacLean
I'm not sure about the first one, but for the admin privilages You can assign root privaliges to any user by using the users option linuxconf I warn against this. rather have root and a seperate user to work with. linux generally protects users from destroying important things (eg: kernel, File

RE: [newbie] Command not found

2001-10-02 Thread FLYNN, Steve
Log in as your normal user and type 'set' at the command prompt. What do you have for $PATH? You don't want your ordinary user to have administrator rights. It's a bad move. However, if you REALLY want to expose your self to disaster, you can either simply log in as root, or use root to make

Re: [newbie] Command not found

2001-10-02 Thread Tim Holmes
Sounds like you don't have your $PATH defined. Type this command, as the user, and let us know what you get. /bin/echo $PATH As the user, you should get something like this in return: [timh@r2d2 timh]$ /bin/echo $PATH

RE: [newbie] Command not found

2001-10-02 Thread Loke Kit Kai
Of Tim Holmes Sent: 02 October 2001 22:42 To: [EMAIL PROTECTED] Subject: Re: [newbie] Command not found Sounds like you don't have your $PATH defined. Type this command, as the user, and let us know what you get. /bin/echo $PATH As the user, you should get something like this in return: [timh

RE: [newbie] Command not found

2001-10-02 Thread Loke Kit Kai
Sent: 02 October 2001 22:42 To: [EMAIL PROTECTED] Subject: Re: [newbie] Command not found Sounds like you don't have your $PATH defined. Type this command, as the user, and let us know what you get. /bin/echo $PATH As the user, you should get something like this in return: [timh@r2d2 timh

RE: [newbie] Command not found

2001-10-02 Thread FLYNN, Steve
PROTECTED]] Sent: Tuesday, October 02, 2001 3:22 PM To: 'Tim Holmes'; Mandrake List (E-mail) Subject:RE: [newbie] Command not found Thanks for prompt reply This is wat i have for path /usr/local/bin /bin /usr/bin /usr/X11R6/bin

RE: [newbie] Command not found

2001-10-02 Thread Loke Kit Kai
To: '[EMAIL PROTECTED]' Subject: RE: [newbie] Command not found fully qualify the command name. For example, /bin/ls /bin/cd /bin/vi However, if your path is as you show below, it should work. Maybe your login script isn't exporting the path to subshells... Can see why not though

RE: [newbie] Command not found

2001-10-02 Thread Loke Kit Kai
roger... thanks for the advice... i'll follow it... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of FLYNN, Steve Sent: 03 October 2001 00:57 To: '[EMAIL PROTECTED]' Subject: RE: [newbie] Command not found It's still a bad way of doing things - if your

Re: [newbie] Command not found

2001-10-02 Thread Sridhar Dhanapalan
]]On Behalf Of Tim Holmes Sent: 02 October 2001 22:42 To: [EMAIL PROTECTED] Subject: Re: [newbie] Command not found Sounds like you don't have your $PATH defined. Type this command, as the user, and let us know what you get. /bin/echo $PATH As the user, you should get something like

Re: [newbie] Command not found

2001-10-02 Thread Tim Holmes
I would suggest running through these steps. = 1) Login as root a) As root, edit the /etc/passwd. To do that type the command vipw. This will give you a vi editor that will edit the passwd

RE: [newbie] Command not found

2001-10-02 Thread Loke Kit Kai
Need to ask you, is the below steps to change my default shell or to enable the rest of the shells to run the commands? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Holmes Sent: 03 October 2001 00:32 To: [EMAIL PROTECTED] Subject: Re: [newbie

RE: [newbie] Command not found

2001-10-02 Thread FLYNN, Steve
To: [EMAIL PROTECTED] Subject: RE: [newbie] Command not found i default my shell to csh... how do I make the login script export the path to subshells? or how do I change to other shell since my root account have no problem