- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cu command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 12:59 AM
01-27-2004 12:59 AM
cu command
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 01:05 AM
01-27-2004 01:05 AM
Re: cu command
Put a line at the like:
direct
Like: direct tty0p0 - 9600 direct
Change device and baudrate to your specific.
Then cu -l
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 01:06 AM
01-27-2004 01:06 AM
Re: cu command
What exactly is the problem? If I remember correct, the "DIR" option is only to directly connect to the modem so you can start issuing Hayes commands. You drop the "dir" for actually dialling out. To facilitate this, you need to edit /usr/lib/uucp/Devices to get the line speed and stuff right. If you have a "always connected" connection, "cu -l dev" should work, if the "Devices" file is OK. If you are using an actual telephone line then you MUST supply a telephone number.
However, can you be a little more explicit about what errors you get etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 01:06 AM
01-27-2004 01:06 AM
Re: cu command
You have to edit the file /etc/uucp/Devices.
Put a line at the end, like:
direct
Example: direct tty0p0 - 9600 direct
Change device and baudrate to your specific.
Then cu -l
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 01:29 AM
01-27-2004 01:29 AM
Re: cu command
man kermit
-- Graham