Giter Club home page Giter Club logo

rakfcl's Introduction

RAKF Command Library

All these tools require BREXX higher than R2R4M0

ADDUSER

Add a new user to RAKF

Syntax:

RX ADDUSER 'USERID [PASSWORD(PASSWORD)] [DFLTGRP(USER)] [OPERATIONS|OPER] [SPECIAL] [NAME()|COMMENT()]'

Any argument in [] is optional. Arguments with parentheses () expect the value to be in the parentheses. The user id must be the first argument, the rest can be in any order.

Defaults:

ARGUMENT DEFAULT
PASSWORD PASSWORD
DFLTGRP USER
OPERATIONS/OPER NOOPERATION/NOOPER
SPECIAL NOSPECIAL
NAME/COMMENT NONE

Examples:

  1. To add a user with the userid MARKS with a password of E4#J3KIL:
RX ADDUSER 'MARKS PASSWORD(E4#J3KIL)'

Defaults - DFLTGRP(USER) NOSPECIAL NOOPER

To add the user DA5ID as a RAKF admin user with privileged access and add their name in the comment field:

RX ADDUSER 'DA5ID OPER SPECIAL NAME(DAVID COPPERFIELD)'

Defaults - DFLTGRP(USER) PASSWORD(PASSWORD)

To add a service account for FTPD in the group FTPD with a password of "CHANGEME":

RX ADDUSER 'FTPD DFLTGRP(FTPD) PASSWORD(CHANGEME) COMMENT(FTP SERVICE ACCOUNT)'

Defaults - NOSPECIAL NOOPER

ALTUSER

Alter an existing RAKF user

Syntax:

RX ALTUSER 'USERID [PASSWORD(PASSWORD)] [OPERATIONS|OPER|NOPERATIONS|NOOPER] [SPECIAL|NOSPECIAL] [NAME()|COMMENT()]'

Any argument in [] is optional but at least one should be used. Arguments with parentheses () expect the value to be in the parentheses. The user id must be the first argument, the rest can be in any order.

Defaults:

None

Examples:

  1. To alter a user with the userid MARKS and change their password to HYD3:
RX ALTUSER 'MARKS PASSWORD(HYD3)'

To ALTER the user DA5ID and remove their RAKF admin status and privileged access:

RX ADDUSER 'DA5ID NOOPER NOSPECIAL'

To add alter the service account for FTPD giving it a stronger password and changing the comment:

RX ADDUSER 'FTPD PASSWORD(SECRET21) COMMENT(051521 Changed PW)'

LISTUSER

List RAKF user information

Syntax:

RX LISTUSER '[USERID|*]

Defaults:

Current user id

Examples:

List current user attributes:

RX LISTUSER

Output:

USER=DA5ID    GROUPS=ADMIN RAKFADM
ATTRIBUTES=OPERATIONS SPECIAL
COMMENTS=

List a different user attributes:

RX LISTUSER 'HMVS01'

Output:

USER=HMVS01   GROUPS=ADMIN RAKFADM
ATTRIBUTES=OPERATIONS SPECIAL
COMMENTS=

List all users:

RX LISTUSER '*'

Output:

USER=HMVS01
GROUPS=ADMIN RAKFADM
ATTRIBUTES=OPERATIONS SPECIAL
COMMENTS=

USER=HMVS02
GROUPS=USER
ATTRIBUTES=
COMMENTS=

USER=IBMUSER
GROUPS=ADMIN RAKFADM
ATTRIBUTES=OPERATIONS SPECIAL
COMMENTS=

DELUSER

Delete RAKF user

Syntax:

RX DELUSER 'USERID'

Defaults:

None

Examples:

Delete the user DA5ID:

RX DELUSER 'DA5ID'

rakfcl's People

Contributors

mainframed avatar moored avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.