Title: Section VIII - Instructions to run the Fortress Command Line Interpreter NavPrev: section-VII.html NavPrevText: Section VII - Instructions to connect to Commander Web Admin NavUp: linux.html NavUpText: Quickstart Linux - Table of contents NavNext: section-IX.html NavNextText: Section IX - Instructions to run Fortress Console Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Section VIII - Instructions to run the Fortress Command Line Interpreter (CLI) utility (optional) This command line tool provides an interactive session with the user based on a simple command line syntax. ### Step 1 To start the CLI, enter: ./b.sh cli
Screenshot
Which will bring up the command interpreter:
Screenshot
### Step 2 enter the command: review fuser -u demo
Screenshot
This example will return all users with userId that begins with 'demo':
Screenshot
### Step 3 To learn more about the CLI and what it can do, follow instructions in the command line interpreter reference manual in the javadoc located here: [Command Line Interpreter](link...) Note: if javadocs are not found, go to [Section X](section-X.html)