Sponsored Content
Full Discussion: DEC Unix system
Top Forums UNIX for Dummies Questions & Answers DEC Unix system Post 30459 by MizzGail on Tuesday 22nd of October 2002 03:41:31 PM
Old 10-22-2002
After all that.. did you find your answer?
Base security is 8 and enhanced is 10.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

dec-notes ?

After running a port-scan (nmap) on my system (Linux Slackware 8.0) I got expected results except for one line: Port State Service 3333/tcp open dec-notes What is "dec-notes" and what is it used for ? Any security risks in having this service open ? / JP :) (6 Replies)
Discussion started by: J.P
6 Replies

2. Shell Programming and Scripting

converting hex to dec

Hi Experts, I have a file called "hex" which contains info like below How do i convert everything in this file to decimal value? Please advice. Thanks (4 Replies)
Discussion started by: aismann
4 Replies

3. Shell Programming and Scripting

How to Convert Hex value to Dec ?

Hi All, I want to convert below Hex value to Dec value in each column .How to do it ? This data is in a 1 file. 4e20 0475 2710 010f 7530 69a2 7530 7e2f 4e20 02dd 7530 6299 4e20 0c0a 7530 69a2 4e20 0a0b 2710 0048 7530 7955 4e20 0d23 7530 622d 7530 9121 2710 001f 7530 7d3f (6 Replies)
Discussion started by: Nayanajith
6 Replies

4. UNIX for Dummies Questions & Answers

Converting a Windows system to a UNIX system

Hello I am looking for advise on how to convert a windows based computer system into a UNIX based operating system.. I would like to be able to learn UNIX better than I know it and work didn't allow me to work with UNIX much. Is there a book where I could learn how to accomplish that... (6 Replies)
Discussion started by: baksg1995
6 Replies

5. Shell Programming and Scripting

HEX to DEC Conversion Error

I'm trying to convert hex to dec and with the help of output i need to do the process. If i execute the below code assetValue=8f assetNavigation=$(echo "ibase=16; "$assetValue"" | bc) echo $assetNavigation i'm getting the error below $ sh script.sh (standard_in) 1: syntax error... (1 Reply)
Discussion started by: Amutha
1 Replies

6. Shell Programming and Scripting

HEX to DEC Conversion

I'm trying to convert hex to dec and with the help of output i need to do the process. If i execute the below code assetValue=8f assetNavigation=$(echo "ibase=16; "$assetValue"" | bc) echo $assetNavigation i'm getting the error below $ sh script.sh (standard_in) 1: syntax error... (2 Replies)
Discussion started by: Amutha
2 Replies

7. UNIX for Dummies Questions & Answers

Unix System Programmer Vs. Unix System Administrator

Hi friends, I hope you are all fine and doing well. First of all, let me say that I love Unix with passion. But I have one query in my mind that is bothering me. What should I do, Unix System Administration or Unix System Programmering. Could you please tell me the difference between the two. And... (3 Replies)
Discussion started by: gabam
3 Replies

8. UNIX Desktop Questions & Answers

Is DEC OSF/1 3.0A available for download somewhere?

Please let me know Thanks Jack (2 Replies)
Discussion started by: lucky7456969
2 Replies

9. UNIX for Dummies Questions & Answers

Looking for which DEC this header is from?

curses.h,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/12 18:03:48 $ Which Ultrix and OSF/1 this probably from? Thanks Jack (3 Replies)
Discussion started by: lucky7456969
3 Replies

10. UNIX for Beginners Questions & Answers

Migrating jobs from COBOL Mainframe system to UNIX system

In a nutshell requirement is to migrate the system from mainframe environment to UNIX environment (MF cobol would be used I guess). I have not much of idea in this field. I need to do some investigation on following points - - Ease of conversion - Known Data compatibility issue - Issue in... (9 Replies)
Discussion started by: Tjsureboy4me
9 Replies
SETHOST(1)						      General Commands Manual							SETHOST(1)

NAME
sethost - Emulates a DEC VT100 terminal SYNOPSIS
sethost [options] nodename Options: [-Vh] [-e char] DESCRIPTION
sethost emulates a DEC VT100 terminal. This application implements the CTERM protocol over DECnet for connecting to a remote DECnet host emulating a DEC VT100 terminal. dnlogin is a replacement for sethost with more compatibility features. OPTIONS
-e <char> Set the exit character. By default this is ^]. You can specify the exit character as a control character by preceding it with a cir- cumflex eg (^A means control-A) or as a number in decimal (default), octal (starting with a zero), or hexadecimal (preceded by 0x or 0X). -h -? Displays help for using the command. -V Show the version of the package that sethost was built with. EXAMPLES
Connect to remote VAX host named "mv3100". sethost mv3100 HELPFUL HINTS
The CTERM specifications available from Digital does not include how to setup VMS terminal characteristics, so the host cannot identify the capabilities of the session we are creating. The simplest workaround is to set the terminal capabilities manually upon login or including the following command in the login.com DCL procedure. $ SET TERM/DEC_CRT SEE ALSO
dntype(1), dndir(1), dndel(1), dntask(1), dnping(1) DECnet utilities July 27 1998 SETHOST(1)
All times are GMT -4. The time now is 11:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy