Basic 'Shell' environment: Difference between revisions
Appearance
Content deleted Content added
Created page with "== Requirement(s) == * Telnet client, capable of security features, such as SSH and/or SSL, dependent of connection requirements * PuTTY * 6530 capable software ==Connecting to the system== * Ask Administration department for connection's configuration and user credentials == Getting started == after setting up the required, you can connect and login to the NonDtop system. {| class="wikitable nowrap" |+ Caption text |- ! Command !! *NIX !! WIN (CMD) !! WIN (PS) !! C..." |
No edit summary |
||
| Line 8: | Line 8: | ||
== Getting started == |
== Getting started == |
||
after setting up the required, you can connect and login to the |
after setting up the required, you can connect and login to the NonStop system. |
||
== Cheat Sheets === |
|||
{| class="wikitable nowrap" |
|||
[[Cheatsheet/TACL|Tacl Cheatsheet]] |
|||
|+ Caption text |
|||
|- |
|||
! Command !! *NIX !! WIN (CMD) !! WIN (PS) !! Comment |
|||
|- |
|||
| '''{{kbd|WHO}}''' || whoami || whoami || whoami || get info for current user |
|||
|- |
|||
| '''{{kbd|HISTORY}}''' || history || doskey /history || history || Displays previously issued command lines |
|||
|- |
|||
| '''{{kbd|ENV}}''' || env || set || gci env:*|| Displays settings of (TACL) environmental parameters |
|||
|- |
|||
| '''{{kbd|BUILTINS}}''' || typeset -F || || || Displays all TACL functions |
|||
|- |
|||
| '''{{kbd|VARIABLES}} || typeset -F || || || Displays names of variables, macros and routines available for you |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|} |
|||
Latest revision as of 12:07, 27 April 2026
Requirement(s)
- Telnet client, capable of security features, such as SSH and/or SSL, dependent of connection requirements
- PuTTY
- 6530 capable software
Connecting to the system
- Ask Administration department for connection's configuration and user credentials
Getting started
after setting up the required, you can connect and login to the NonStop system.