Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
LPC from a telnet session
Name: Ryan Langford Date: June 11, 2001 at 09:00:53 Pacific
Comment:
Hello All:
Why can't I run the 'lpc' command from a telnet session? I get the error: 'bash: lpc: command not found'
Just using the command "su" will log you in as root user but will not load any of the environment variables for the root user. Try using the command "su -" this will simulate a full login and also load files like .cshrc and .profile.
Summary: I have a ps/2 USB Intellimouse plugged into the ps/mouse port with the USB-PS/2 adapter that comes with the mouse. All works OK in Windows so there doesn't appear to be a hw problem. When I run Linux...
Summary: Hi, I'm writing a script in bash and I want it to telnet an address at some point, preform some commands in the telnet session and return to the script. how do i list the commands for the telnet ?? ...