<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Translating Unix commands to OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126750#M90919</link>
    <description>A plain-text attachment may get a wider&lt;BR /&gt;response than a Microsoft Word document.  Or&lt;BR /&gt;just paste the text here.</description>
    <pubDate>Wed, 27 Aug 2008 23:03:00 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2008-08-27T23:03:00Z</dc:date>
    <item>
      <title>Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126749#M90918</link>
      <description>I have been asked to supply information about an OpenVMS system that I manage.  I have been given Unix commands to be translated into their VMS equivalent.  Trouble is I don't know Unix.&lt;BR /&gt;&lt;BR /&gt;Attached is a list of the questions / commands&lt;BR /&gt;&lt;BR /&gt;Any assistance would be greatly appreciated.</description>
      <pubDate>Wed, 27 Aug 2008 22:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126749#M90918</guid>
      <dc:creator>Kevin Carter_3</dc:creator>
      <dc:date>2008-08-27T22:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126750#M90919</link>
      <description>A plain-text attachment may get a wider&lt;BR /&gt;response than a Microsoft Word document.  Or&lt;BR /&gt;just paste the text here.</description>
      <pubDate>Wed, 27 Aug 2008 23:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126750#M90919</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-27T23:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126751#M90920</link>
      <description>Great suggestion, here is a plain-text attachment.</description>
      <pubDate>Wed, 27 Aug 2008 23:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126751#M90920</guid>
      <dc:creator>Kevin Carter_3</dc:creator>
      <dc:date>2008-08-27T23:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126752#M90921</link>
      <description>Who's asking?  Why?  Asking UNIX questions&lt;BR /&gt;about a VMS system is largely a waste of&lt;BR /&gt;time.  Many of the concepts don't map well,&lt;BR /&gt;for example:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please display the contents of your&lt;BR /&gt;&amp;gt; initialization files:&lt;BR /&gt;&amp;gt; (cat /etc/inittab)&lt;BR /&gt;&amp;gt; (cat /etc/rc.local)&lt;BR /&gt;&lt;BR /&gt;No such files on VMS.  Stuff from SYS$STARTUP&lt;BR /&gt;would make little sense to a UNIX-only user.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please display rootÃ­s path:&lt;BR /&gt;&amp;gt; (echo $PATH)&lt;BR /&gt;&lt;BR /&gt;SYSTEM probably doesn't even have a DCL$PATH.&lt;BR /&gt;(Or whatever it is.  I don't use it.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please display the permissions on User Home&lt;BR /&gt;&amp;gt; Directories:&lt;BR /&gt;&amp;gt; (ls -al /home/)&lt;BR /&gt;&lt;BR /&gt;That command wouldn't even do the job on my&lt;BR /&gt;UNIX systems.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Trouble is I don't know Unix.&lt;BR /&gt;&lt;BR /&gt;Download Solaris and fool around?</description>
      <pubDate>Thu, 28 Aug 2008 01:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126752#M90921</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-28T01:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126753#M90922</link>
      <description>OpenVMS    unix  Explanation/examples&lt;BR /&gt;=========================================================================&lt;BR /&gt;APPEND    cat  Concatenates files.  If contencs of file1 need to be placed at the end of file2 issue the following unix command.cat file1 &amp;gt;&amp;gt; file2&lt;BR /&gt;ASSIGN or DEFINE  =   (Bourne &amp;amp; Korn)set (C shell) in Bourne or Korn shell DIR = lsin C shell set DIR ls&lt;BR /&gt;ATTACH    fg &lt;BR /&gt;BACKUP    tar or pax back up files into a tar file.&lt;BR /&gt;  /INIT    tar -c or pax Restore files.&lt;BR /&gt;  /LIST    tar -t  List contents.&lt;BR /&gt;  /LOG    tar -v  Report progress.&lt;BR /&gt;  /NOREWIND   tar -r  Write at end of existing backup (tar) files.&lt;BR /&gt;  /RECORD   tar -m  Update file^Ã s modification date upon restore.&lt;BR /&gt;COPY    cp  Copy a file &lt;BR /&gt;COPY    ftp  Copy to/from a nontrusted remote host.&lt;BR /&gt;COPY    rcp  Copy to/from a remote host.&lt;BR /&gt;COPY /CONFIRM   cp -i  Confirm before copying.&lt;BR /&gt;CREATE    touch  Create or update a file.&lt;BR /&gt;  /DIRECTORY   mkdir  Create a subdirectory.&lt;BR /&gt;CREATE filename   cat &amp;lt;&amp;lt; filename Create a file from the keyboard.&lt;BR /&gt;CREATE filename   cat &lt;BR /&gt;DEBUG    dbx  Debug a program.&lt;BR /&gt;DELETE    rm  Delete a file.&lt;BR /&gt;DELETE    rmdir  Delete an empty subdirectory.&lt;BR /&gt;  /CONFIRM   rm -i  Confirm deletion.&lt;BR /&gt;  /ENTRY   lprm  Remove queued line printer job.&lt;BR /&gt;  /QUEUE   lprm -P  Remove all jobs from the queue.&lt;BR /&gt;  /LOG    rm -e  Delete files and list them as they are deleted.&lt;BR /&gt;  /SYMBOL   unset  Get rid of an environment variable.&lt;BR /&gt;DIFFERENCES   diff  Display all differences in files or directories.&lt;BR /&gt;  /MAXIMUM_DIFF= 1  cmp  Display first difference in two files (typically used with binary files).&lt;BR /&gt;  /NUMBER NL:   cat -n Display a file with line numbers.&lt;BR /&gt;  /SLP    diff - e Generate editing changes for the ed editor.&lt;BR /&gt;DIRECTORY   ls  List files.&lt;BR /&gt;DIRECTORY [...]   ls -R  Do a recursive directory/list of files.&lt;BR /&gt;DIRECTORY [...]   find  Find a file&lt;BR /&gt;DIRECTORY *.DIR   ls -d  List directory name(s) only ls -Rd&lt;BR /&gt;  /BY_OWNER   ls -l dir | grep owner List only those files owned by a specifed user.&lt;BR /&gt;  /COLUMN   ls -1  List one file per line.&lt;BR /&gt;  /DATE    ls -c  List by creation/last modification.&lt;BR /&gt;  /FULL    ls -l  Long listing.&lt;BR /&gt;  /FULL /TOTAL   du  Summarize disk usage.&lt;BR /&gt;  /MODIFIED /SINCE [...] find -mtime +n Modified more than n days ago.&lt;BR /&gt;  /MODIFIED /BEFORE [...] find -mtime +n Modified more than n days ago.&lt;BR /&gt;  /OWNER   ls -g  Include group (used with |).&lt;BR /&gt;  /SIZE    ls -s  Include size.&lt;BR /&gt;DISMOUNT /UNLOAD  mt rewofmt offline Rewind and unload the tape.&lt;BR /&gt;DUMP    od  Dump a file in various formats.&lt;BR /&gt;  /HEXADECIMAL   od -h  Hexadecimal dump.&lt;BR /&gt;  /OCTAL   od -o  Octal dump.&lt;BR /&gt;EDIT /EDT,EDIT /EVE, EVE vi  Screen editor session.&lt;BR /&gt;EDIT /RECOVER   vi -r  Recover a screen editing session.&lt;BR /&gt;EXCHANGE   dd  Back up, restore, and convert nonstandard files.&lt;BR /&gt;EXIT    exit  Terminate a script.&lt;BR /&gt;HELP    man  Display online reference pages. &lt;BR /&gt;HELP HINTS   man -k topic Display a list of commands that correspond to the specified topic.&lt;BR /&gt;INQUIRE /NOPUNCTUATION  read choice?  Prompt for a responce and put the response into an environment variable.&lt;BR /&gt;INITIALIZE device:  fddisk -fmt device Format a diskette.&lt;BR /&gt;LIBRARY    ar  Library maintainer.&lt;BR /&gt;  /CREATE   ar -cr  Create library.&lt;BR /&gt;  /EXTRACT   ar -x  Extract modules.&lt;BR /&gt;  /INSERT   ar -q  Insert modules.&lt;BR /&gt;  /LIST    ar -t  List modules.&lt;BR /&gt;  /REPLACE   ar -r  Replace modules.&lt;BR /&gt;LINK    ld  Link compiled source code into an executable image.&lt;BR /&gt;login procedureLOGIN /CLI .login.cshrc.profile.kshrc Set of commands automatically executed at login time.  On OpenVMS, LOGIN/CLI specifies an alternate command language interpreter.&lt;BR /&gt;LOGOUT    logout C shellexit Bourne &amp;amp; Korn shell Terminate a terminal session.&lt;BR /&gt;MAIL    mail  Invoke the mail utility.&lt;BR /&gt;MERGE    sort -m  Merge sorted files.&lt;BR /&gt;MOUNT    mount  Mount a tape.&lt;BR /&gt;ON COUNTROL_C THEN  trap 2  Enable handler for Stop signal.&lt;BR /&gt;ON CONTROL_Y   onintr  On interrupt.&lt;BR /&gt;PHONE    talk tty name Communicate interactively with another user.&lt;BR /&gt;PRINT    lpr  Print a file on the default line printer.&lt;BR /&gt;  /COPIES=N   lpr -#n  Print n copies.&lt;BR /&gt;  /DELETE   lpr -r  Remove file after printing&lt;BR /&gt;PRINT commands cont.  &lt;BR /&gt;  /FORM    lpr -ln  Make page n lines (default = 66)&lt;BR /&gt;  /FORM    lpr -n  Print n column output.&lt;BR /&gt;  /FORM    lpr -wn  Set line width to n&lt;BR /&gt;  /HEADER   pr -h string | lpr Print a header on each page.&lt;BR /&gt;  /NAME=jobname   lpr -Jjobname Include job name on the first page of the job.&lt;BR /&gt;  /NOFLAG   lpr -h  Print with no header page.&lt;BR /&gt;  /NOTIFY   lpr -m  Send mail upon completion.&lt;BR /&gt;  /PAGES=(n,^Ã ^Ã )   lpr +n  Begin printing on page n.&lt;BR /&gt;  /QUEUE   lpr -Pqueue Print a file on the specified queue.&lt;BR /&gt;READ    read  Read input (korn shell)&lt;BR /&gt;RECALL /ALL   history  Recall command lines&lt;BR /&gt;REPLY /USER   write  Send a brief message to a logged-in user&lt;BR /&gt;RENAME mv   move/rename a file(s)&lt;BR /&gt;   /CONFIRM   mv -i  confirm the move/rename of a file(s)&lt;BR /&gt;SEARCH    grep  Search files for strings.&lt;BR /&gt;   /MATCH=NOR   grep -v  List only lines that do not match&lt;BR /&gt;   /NOEXACT   grep -i  Ignore case distinctions.&lt;BR /&gt;   /NUMBERS   grep -n  Precede each match with line number.&lt;BR /&gt;   /STATISTICS   grep -c  List only a file name that contains match&lt;BR /&gt;  /WINDOW = 0   grep -l  Return only file name(s) that contains match&lt;BR /&gt;  file pat^Ã rn /WINDOW=5  more -5  +/pat^Ã rn file Display search line plus two lines before and after. (Terminate with q).&lt;BR /&gt;  file pat^Ã rn /WIND=(5,0) cat file | more -5+pat^Ã rn Display search line plus next five lines.&lt;BR /&gt;SET DEFAULT   cd  Change directory.&lt;BR /&gt;SET FILE/OWNER   chgrp  Change group ownership of a file.&lt;BR /&gt;SET HOST   rlogin  Network login to trusted host.&lt;BR /&gt;SET HOST /DTE   tip  Dial remote host.&lt;BR /&gt;SET HOST 0 /LOG   script  Record a transcript of a terminal session.&lt;BR /&gt;SET PASSWORD   passwd  Change you local password.&lt;BR /&gt;SET PROCESS /PRIORITY  nice or renice Change the priority of a process.&lt;BR /&gt;SET PROTECTION   chmod  Change file protection.&lt;BR /&gt;   /DEFAULT   umask  Change default protection for files not yet created.&lt;BR /&gt;SET TERMINAL   tset or stty Set terminal characteristics.&lt;BR /&gt;SET VERIFY   ksh -x orcsh -x Verify command or script execution.  Echo after variable substitution.&lt;BR /&gt;SHOW DEFAULT   pwd  Display current directory.&lt;BR /&gt;SHOW DEVICE /FULL  df filesystem Display information on a file system&lt;BR /&gt;SHOW LOGICAL   printenv Display environment characteristics.&lt;BR /&gt;SHOW PROCESS /ALL  ps -l  Dislay all processes on system.&lt;BR /&gt;SHOW /QUEUE   lpq  Display default print queue status.&lt;BR /&gt;SHOW STATUS   time  Display resources used by a process.&lt;BR /&gt;SHOw TIME   date  Display date and time&lt;BR /&gt;SHOW USERS   who  Display the list of current system users.&lt;BR /&gt;SORT    sort  Sort and merge.&lt;BR /&gt;   /KEY sort       +fskip.cskip /-fskip.cskip Starting/ending porint of sort key.&lt;BR /&gt;   /OUTPUT   sort -o file Direct output to file.&lt;BR /&gt;SPAWN /NOWAIT   bg  Move a process to the background.&lt;BR /&gt;STOP /ID   kill -9  Remove a process.&lt;BR /&gt;SUBMIT    at  Start a process at a latter time.&lt;BR /&gt;TYPE    cat  Display a file&lt;BR /&gt;   /PAGE   more  Display a file, pausing after each page.&lt;BR /&gt;   /PAGE NL:   clear  Clear the terminal screen.&lt;BR /&gt;WRITE    /bin/echovar &amp;gt; file Create a file and write a string or the contents of a variable to it.&lt;BR /&gt;WRITE    /bin/echovar &amp;gt;&amp;gt; file Append a string or the contents of a variable to an existing file.&lt;BR /&gt;WRITE SYS$OUTPUT  echo (c Shell)print (Korn) Write to standard output.&lt;BR /&gt;&lt;BR /&gt;OpenVMS Mathematical Operators Function Equivalents&lt;BR /&gt;====================================================&lt;BR /&gt;OpenVMS  unix Explanation&lt;BR /&gt;.EQ., .EQS. == Equal to&lt;BR /&gt;.NE., .NES. ! Not equal to&lt;BR /&gt;.AND.  &amp;amp;&amp;amp; Boolean and&lt;BR /&gt;.OR.  || Boolean or&lt;BR /&gt;.GT., .GTS. &amp;gt; Greater than&lt;BR /&gt;.GE., .GES. &amp;gt;= Greater than or equal to&lt;BR /&gt;.LT., .LTS. &amp;lt; Less than&lt;BR /&gt;.LE., .LES. &amp;lt;= Less than or euqal to&lt;BR /&gt;+  + add&lt;BR /&gt;-  - Subtract&lt;BR /&gt;*  * Multiply&lt;BR /&gt;/  / Divide&lt;BR /&gt;var + 1  var++ Increment by 1&lt;BR /&gt;var - 1  var-- Decrement by 1&lt;BR /&gt;  % Modulo&lt;BR /&gt;  &amp;gt;&amp;gt; Right bit shift&lt;BR /&gt;  &amp;lt;&amp;lt; Left bit shift&lt;BR /&gt;.NOT.  ~ 1^Ã s complement&lt;BR /&gt;.NOT.  ! Logical negation&lt;BR /&gt;.OR.  | Inclusive OR&lt;BR /&gt;  ^ Exclusive OR&lt;BR /&gt;.AND.  &amp;amp; And&lt;BR /&gt;&lt;BR /&gt;OpenVMS Lexical Function and unix Equivalents&lt;BR /&gt;=============================================&lt;BR /&gt;OpenVMS     unix  Explanation&lt;BR /&gt;F$ENVIRONMENT(^Ã INTERACTIVE^Ã )  tty -s  Determine if you are an interactive user.&lt;BR /&gt;F$EXTRACT(start, length, string) cut -c  Locate fields in a test string and write them out.&lt;BR /&gt;F$ELEMENT(element#, delimiter, string) cut -f -d awk Locate delimited fields in a test string.&lt;BR /&gt;F$ENVIRONMENT(^Ã PROCEDURE^Ã )  $0 (Korn)$arg [0] (C) Get name of currently executing script.&lt;BR /&gt;F$TRANSLATE(^Ã SYS$SYSDEVICE^Ã )  sizer -r Get name of the device from which the operating system bootstrapped.&lt;BR /&gt;F$GETDVI(^Ã TT:^Ã , ^Ã DEVNAM^Ã )  tty -s  Determine the name of the terminal you are using.&lt;BR /&gt;F$GETSYI(^Ã HW_NAME^Ã )   sizer -c Get model name of the CPU&lt;BR /&gt;F$GETSYI(^Ã HW_MODEL^Ã )F$GETSYI(^Ã CPU^Ã ) sizer -wt Return workstation device type&lt;BR /&gt;F$GETSYI(^Ã VERSION^Ã )   sizer -bstrings /vmunix | grep ^Ã (Rev^Ã uname -a Determine booted kernel^Ã s file name and system version.&lt;BR /&gt;F$GETSYI(^Ã PHYSICALPAGES^Ã )  uerf -r 300 -R | grep physical (+2)wc -c/dev/mem Get the physical memory on a system.&lt;BR /&gt;F$GETSYI(^Ã BOOTTIME^Ã )   who -b Get system boot time.&lt;BR /&gt;&lt;BR /&gt; unix Branching statements&lt;BR /&gt;DCL command procedures rely on the statements if, gosub, call, and goto for program branching.  The shells under unix offer several branching statements.&lt;BR /&gt;&lt;BR /&gt;Shell Branching Statements Offered&lt;BR /&gt;====================================&lt;BR /&gt;csh if, goto, while, foreach, switch, shift&lt;BR /&gt;ksh do, case, elif, for, function, if, select, time, until, while&lt;BR /&gt;sh if, for, while, until, case&lt;BR /&gt;&lt;BR /&gt;Debugging Shell Scripts&lt;BR /&gt;Debugging of shell scripts is done by invoking ksh or sh scripts with the -x and -v flags.  Debuging of C shell scripts by invoking them with the -v, -V, -x or -X flags</description>
      <pubDate>Thu, 28 Aug 2008 05:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126753#M90922</guid>
      <dc:creator>Kumar_Sanjay</dc:creator>
      <dc:date>2008-08-28T05:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126754#M90923</link>
      <description>Please have a look in txt file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjay Kumar</description>
      <pubDate>Thu, 28 Aug 2008 05:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126754#M90923</guid>
      <dc:creator>Kumar_Sanjay</dc:creator>
      <dc:date>2008-08-28T05:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126755#M90924</link>
      <description>See &lt;A href="http://vms2linux.free.fr" target="_blank"&gt;http://vms2linux.free.fr&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(even if it is in french, you should understand easily what is going on)</description>
      <pubDate>Thu, 28 Aug 2008 06:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126755#M90924</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-08-28T06:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126756#M90925</link>
      <description>I would like to see their faces when they get your reply. They obviously don't know OpenVMS at all.&lt;BR /&gt;&lt;BR /&gt;I have to concur with Steven. There are fundamental differences between VMS and Unix.&lt;BR /&gt;You could be helped by installing GNV - allowing you to use most Unix commands (and give you an opportunity to learn Unix on a familiar platform).&lt;BR /&gt;&lt;BR /&gt;But I would forget about the Unix commands and focus on the required information. Despite the differnces, most will simply exist but in a very different format. Some are present in a diffeernt implementation. Some things simply do not exist.&lt;BR /&gt;&lt;BR /&gt;Attached a Q&amp;amp;D 'translation'. Most has been checked on a VMS 7.2 system. You won't get around some programming (DCL or otherwise)&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Thu, 28 Aug 2008 06:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126756#M90925</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-08-28T06:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126757#M90926</link>
      <description>Some good questions and excellent responses.  The Unix questions are being asked by a security team that is obviously unfamiliar with OpenVMS.  The purpose of the questions is to evaluate the security level of the VMS system. Since the evaluators are unfamiliar with OpenVMS their opinion will have limited value, but I am expected to respond to the questions where they apply to the environment.  It is acceptable for me to respond that a particular Unix command has no meaning / relevance in the VMS world (that is an option).  Again the problem is that I don't know Unix.  Seems like I have been provided enough comments &amp;amp; resources to answer the questionnaire.&lt;BR /&gt;&lt;BR /&gt;Again, thanks for your assistance.</description>
      <pubDate>Thu, 28 Aug 2008 15:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126757#M90926</guid>
      <dc:creator>Kevin Carter_3</dc:creator>
      <dc:date>2008-08-28T15:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126758#M90927</link>
      <description>If your auditing team isn't familiar with VMS, how can they effectively perform an audit?  But that's another discussion.&lt;BR /&gt;&lt;BR /&gt;You can dig up a copy of Unix for OpenVMS users, &lt;A href="http://www.amazon.com/UNIX-OpenVMS-Users-Third-Technologies/dp/1555582761/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1219944930&amp;amp;sr=1-1" target="_blank"&gt;http://www.amazon.com/UNIX-OpenVMS-Users-Third-Technologies/dp/1555582761/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1219944930&amp;amp;sr=1-1&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Another option is to helpfully provide a copy of the VMS Documentation set on CD for the auditors to review.  &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 16:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126758#M90927</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2008-08-28T16:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126759#M90928</link>
      <description>&lt;A href="http://www.physnet.uni-hamburg.de/physnet/vms-unix-commands.html" target="_blank"&gt;http://www.physnet.uni-hamburg.de/physnet/vms-unix-commands.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 17:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126759#M90928</guid>
      <dc:creator>Music</dc:creator>
      <dc:date>2008-08-28T17:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126760#M90929</link>
      <description>&amp;gt; [...] The Unix questions are being asked by&lt;BR /&gt;&amp;gt; a security team that is obviously&lt;BR /&gt;&amp;gt; unfamiliar with OpenVMS. &lt;BR /&gt;&lt;BR /&gt;What do they do for a Windows system, ask the&lt;BR /&gt;same UNIX-oriented questions?&lt;BR /&gt;&lt;BR /&gt;I can't decide who's more foolish, the people&lt;BR /&gt;who are asking the questions, or the people&lt;BR /&gt;who expect to learn anything useful from the&lt;BR /&gt;people who are asking the questions.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Again the problem is that I don't know Unix.&lt;BR /&gt;&lt;BR /&gt;I disagree.  To me, the problem appears to be&lt;BR /&gt;that you're dealing with people who don't&lt;BR /&gt;know enough about VMS, and who seem content&lt;BR /&gt;that way.</description>
      <pubDate>Thu, 28 Aug 2008 20:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126760#M90929</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-28T20:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Translating Unix commands to OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126761#M90930</link>
      <description>closed</description>
      <pubDate>Thu, 28 Aug 2008 22:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/translating-unix-commands-to-openvms/m-p/5126761#M90930</guid>
      <dc:creator>Kevin Carter_3</dc:creator>
      <dc:date>2008-08-28T22:39:53Z</dc:date>
    </item>
  </channel>
</rss>

