diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/Artifacts.html b/rse/doc/org.eclipse.rse.doc.isv/guide/Artifacts.html
index dac67350e4b..d158ee5f024 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/guide/Artifacts.html
+++ b/rse/doc/org.eclipse.rse.doc.isv/guide/Artifacts.html
@@ -94,8 +94,8 @@ also be of value when writing any view, editor, or action that needs access to a
 <li>Commands. The subsystems created by this factory access the command shell of the remote system and
 allow users to predefine commands, and subsequently run them remotely. The commands subsystems are hidden
 subsystems, not shown when you expand the host. However, they are used by any code needing to run
-remote commands. There is also a Remote Commands view supplied that logs all commands and allows users to
-randomly enter a command to be run remotely. The commands all execute within the same shell, and users
+remote commands. There is also a Remote Shell view supplied that logs all commands and allows users to
+enter a command to be run remotely. The commands all execute within the same shell, and users
 can launch additional shells for the same host.
 </ol>
 <h2><A name="systems">Systems and System Managers</A></h2>
diff --git a/rse/doc/org.eclipse.rse.doc.isv/guide/api/messages/uiMessagesCore.html b/rse/doc/org.eclipse.rse.doc.isv/guide/api/messages/uiMessagesCore.html
index ec50b19f574..1258ef57e7d 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/guide/api/messages/uiMessagesCore.html
+++ b/rse/doc/org.eclipse.rse.doc.isv/guide/api/messages/uiMessagesCore.html
@@ -848,8 +848,8 @@ h2 { background-color: #CCCCFF }
                         - the folder name is not valid<br>
 <H3>RSEF1305</H3>
 <b>Severity: </b>Error<br>
-<b>LevelOne: </b>The operation did not complete successfully. See additional messages in the Commands view<br>
-<b>LevelTwo: </b>The operation requested failed. Look in the Commands view to see additional messages indicating the cause of the failure<br>
+<b>LevelOne: </b>The operation did not complete successfully. See additional messages in the Remote Shell view<br>
+<b>LevelTwo: </b>The operation requested failed. Look in the Remote Shell view to see additional messages indicating the cause of the failure<br>
 <H3>RSEF1306</H3>
 <b>Severity: </b>Error<br>
 <b>LevelOne: </b>Copy of the file or folder %1 failed<br>
diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html b/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html
index b80a30d0834..93d7ab12579 100755
--- a/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html
+++ b/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html
@@ -13,7 +13,7 @@
 <a name="crunremcmds"><!-- --></a>
 <h1 class="topictitle1">Shells and commands in the Remote Systems view</h1>
 <div>
-<p>You can use the Remote Commands view to run and interact with commands
+<p>You can use the Remote Shell view to run and interact with commands
 and command shells on universal systems. A universal system includes Windows,
 Linux, and UNIX system types.<br/>
 </p>
@@ -28,13 +28,12 @@ shell), multiple shells may be run on a single system, and multiple systems may
 running shells.</li>
 </ul>
 <p>Whenever a command shell is launched or a command is run from within
-Remote System Explorer, the Remote Commands view is used to display the output
+Remote System Explorer, the Remote Shell view is used to display the output
 and provide a way to work with that output. </p>
 </div>
 <div>
 <p><b class="reltaskshd">Related tasks</b><br/>
-<a href="../tasks/truncmdsview.html" title="">Running and viewing
-commands and shells using the Remote Commands view</a><br/>
+<a href="../tasks/truncmdsview.html" title="">Running and viewing commands using the Remote Shell view</a><br/>
 <a href="../tasks/twrkcmdshl.html" title="In the Remote Systems view, you can launch a shell to perform commands in the iSeries Integrated File System (IFS).">Working
 with command shells</a><br/>
 </p>
diff --git a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gusing.html b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gusing.html
index e4f9f8dd01e..b54da67da18 100644
--- a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gusing.html
+++ b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gusing.html
@@ -59,8 +59,7 @@ Remote Systems view</a><br/>
 </p>
 <p><b class="reltaskshd">Related tasks</b><br/>
 <a href="../tasks/ttablecopy.html" title="">Copying and pasting in the Remote System Explorer</a><br/>
-<a href="../tasks/truncmdsview.html" title="">Running and viewing 
-commands and shells using the Remote Commands view</a><br/>
+<a href="../tasks/truncmdsview.html" title="">Running and viewing commands using the Remote Shell view</a><br/>
 <a href="../tasks/twrkcmdshl.html" title="">Working with command shells</a><br/>
 <a href="../tasks/tmanagesearch.html" title="">Search for text and files on remote servers</a><br/>
 </p>
diff --git a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gxtending.html b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gxtending.html
index 13635310552..57e1ee01f0f 100644
--- a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gxtending.html
+++ b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/gxtending.html
@@ -36,8 +36,7 @@ pools, and filter pool references</a><br/>
 </p>
 <!--
 <p><b class="reltaskshd">Related tasks</b><br/>
-<a href="../tasks/truncmdsview.html" title="">Running and viewing 
-commands and shells using the Remote Commands view</a><br/>
+<a href="../tasks/truncmdsview.html" title="">Running and viewing commands using the Remote Shell view</a><br/>
 -->
 </p>
 </div>
diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html
index 3789823fbc2..4268714371d 100755
--- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html
+++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html
@@ -15,7 +15,7 @@
 <div>
 <p>Environment variables are set for the remote job process
 when you first connect to a remote system. This means that the results
-of setting the variables are shown in the Commands view.
+of setting the variables are shown in the Remote Shell view.
 If the system type you are using is case sensitive (UNIX for example),
 then the environment variables will also be case sensitive. Spaces and
 equals signs (=) are only allowed in the value for the environment
diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html b/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html
index c382004b6b7..7df511ab290 100755
--- a/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html
+++ b/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html
@@ -6,25 +6,24 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
 <link rel="stylesheet" type="text/css" href="../book.css" />
-<title>Running and viewing commands and shells using the Remote Commands view </title>
+<title>Running and viewing commands using the Remote Shell view </title>
 </head>
 
 <body id="truncmdsview"><a name="truncmdsview"><!-- --></a>
-<h1 class="topictitle1">Running and viewing commands and shells using the Remote Commands view </h1>
+<h1 class="topictitle1">Running and viewing commands using the Remote Shell view </h1>
 <div>
 <div class="p">You can open a shell for your local and remote systems, from the
-Remote System Explorer, <p><b>Opening the Remote Commands view and launching
+Remote System Explorer, <p><b>Opening the Remote Shell view and launching
 a command shell</b></p>
-<p>In the Remote System Explorer, switch to the Remote
-Commands view by clicking <b>Window &gt; Show View &gt; Remote Commands</b> from
-the menu bar. To open a new shell in the Remote Commands view, click the down
+<p>In the Remote System Explorer, switch to the Remote Shell view by clicking <b>Window &gt; Show View &gt; Remote Shell</b> from
+the menu bar. To open a new shell in the Remote Shell view, click the down
 arrow in the view and select <b>Launch shell</b>. To launch a new shell for
 another connection requires that an existing shell for that connection is
 selected in the view. Otherwise, the shell must be launched from the Remote
-Systems, Remote System Details, or the Remote Commands view.</p>
+Systems, Remote System Details, or the Remote Shell view.</p>
 <p><b>Working with shells</b></p>
-<p> When the Remote Commands view is open, you can work
-with shells. When you work with a shell, you are working with a shell that
+<p> When the Remote Shell view is open, you can work
+with shells. A shell that
 preserves its environment across commands. The environment for all commands
 in the shell may change in response to your input.   For example, if you type
 <pre>cd ..</pre>
@@ -39,7 +38,7 @@ of code where the parser found a problem.</p>
 is active. Press <b>Cancel Shell</b>, to terminate that process.
 If the shell is active, it cancels the shell before removing it from the view.</p>
 <p><b>Content assist</b></p>
-<p>The Remote Commands view supports content assist. You can press CTRL+space to complete file names
+<p>The Remote Shell view supports content assist. You can press CTRL+space to complete file names
 or environment variable names while you type commands.</p>
 <p></p>
 </div>
diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html b/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html
index 36a7efc4482..724a60a8213 100755
--- a/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html
+++ b/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html
@@ -50,7 +50,7 @@ appended to the connection name.
 </p>
 <p>
 <b class="reltaskshd">Related tasks</b><br/>
-<a href="truncmdsview.html" title="">Running and viewing commands and shells using the Remote Commands view</a><br/>
+<a href="truncmdsview.html" title="">Running and viewing commands using the Remote Shell view</a><br/>
 </p>
 </div>
 </body>
diff --git a/rse/doc/org.eclipse.rse.doc.user/toc.xml b/rse/doc/org.eclipse.rse.doc.user/toc.xml
index 735806670dc..70ced696d0a 100755
--- a/rse/doc/org.eclipse.rse.doc.user/toc.xml
+++ b/rse/doc/org.eclipse.rse.doc.user/toc.xml
@@ -33,7 +33,7 @@
       <topic label="Working with profiles and team support" href="tasks/tteamsup1.html"/>
    </topic>
    <topic label="Shells and commands in the Remote Systems view" href="concepts/crunremcmds.html">
-      <topic label="Running and viewing commands and shells using the Remote Commands view" href="tasks/truncmdsview.html"/>
+      <topic label="Running and viewing commands using the Remote Shell view" href="tasks/truncmdsview.html"/>
       <topic label="Working with command shells" href="tasks/twrkcmdshl.html"/>
    </topic>
    <!-- TODODeferred after RSE 1.0
diff --git a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/ShellResources.properties b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/ShellResources.properties
index 74b88504007..717eb3dee60 100644
--- a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/ShellResources.properties
+++ b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/ShellResources.properties
@@ -33,17 +33,17 @@ RESID_SHELLS_COMMAND_TOOLTIP = Enter the command to invoke
 RESID_SHELLS_COMMAND_SHELL_LABEL = Command Shell
 
 #=============================================================
-# Commands View
+# Remote Shell View
 #=============================================================
 RESID_COMMANDSVIEW_RUN_LABEL=Run
 RESID_COMMANDSVIEW_RUN_TOOLTIP=Run the specified command on the selected subsystem and connection
 RESID_COMMANDSVIEW_CMDCOMBO_TOOLTIP=Specify the command to run
 RESID_COMMANDSVIEW_SUBSYSCOMBO_TOOLTIP=Select the subsystem on which to run a command
-RESID_PREF_COMMANDSVIEW_BRINGTOFRONT_LABEL=Show Commands view when command is run
-RESID_PREF_COMMANDSVIEW_BRINGTOFRONT_TOOLTIP=Force the Commands view to the foreground when a remote system command is run
+RESID_PREF_COMMANDSVIEW_BRINGTOFRONT_LABEL=Show Remote Shell view when command is run
+RESID_PREF_COMMANDSVIEW_BRINGTOFRONT_TOOLTIP=Force the Remote Shell view to the foreground when a remote system command is run
 
 #=============================================================
-# Commands View
+# Remote Shell View
 #=============================================================
 RESID_COMMANDSVIEW_COMMAND_LABEL=Command
 RESID_COMMANDSVIEW_COMMAND_TOOLTIP=Specify a command to run
diff --git a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/actions/SystemCommandAction.java b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/actions/SystemCommandAction.java
index 84ffc84a4fd..deafa1ea183 100644
--- a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/actions/SystemCommandAction.java
+++ b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/actions/SystemCommandAction.java
@@ -55,7 +55,7 @@ import org.eclipse.swt.widgets.Shell;
 
 /**
  * Launches a shell and/or runs a shell command, displaying the output
- * in the Remote Systems Commands view. 
+ * in the Remote Shell view. 
  */
 public class SystemCommandAction extends SystemBaseAction
 {
@@ -301,7 +301,7 @@ public class SystemCommandAction extends SystemBaseAction
 	
 	/**
 	 * Runs the command action.  If the action is for launching a shell, the shell is launched
-	 * and the commands view shows it's output.  If the action is for running a command, a
+	 * and the remote shell view shows it's output.  If the action is for running a command, a
 	 * dialog pops up prompting for the invocation.
 	 */
 	public void run()
@@ -511,7 +511,7 @@ public class SystemCommandAction extends SystemBaseAction
 	}
 
 	/**
-	 * shows the command in the commands view
+	 * shows the command in the remote shell view
 	 */
 	private void showInView(IRemoteCommandShell cmd)
 	{
diff --git a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsUI.java b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsUI.java
index 2a7abf3c4a4..41f0cf1f1c8 100644
--- a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsUI.java
+++ b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsUI.java
@@ -83,7 +83,7 @@ public class SystemCommandsUI
         catch (PartInitException e)
         {
         	e.printStackTrace();
-           	SystemBasePlugin.logError("Can not open commands view", e);
+           	SystemBasePlugin.logError("Can not open remote shell view", e);
         }
 
         return _viewPart;
diff --git a/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml b/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml
index fcd70ff0601..1508f849218 100644
--- a/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml
+++ b/rse/plugins/org.eclipse.rse.ui/HelpContexts.xml
@@ -532,7 +532,7 @@ Contributors:
 <description>Select the target filter within a profile and filter pool.
 </description>
 </context>
-<!-- Commands View...   -->
+<!-- Remote Shell View...   -->
 <context id="cmdv0000">
 <description>This view shows the commands that have been run on remote systems, along with the resulting messages.
 </description>
diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemThemeConstants.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemThemeConstants.java
index 54afdfa3fc3..a60d3d3d175 100644
--- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemThemeConstants.java
+++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemThemeConstants.java
@@ -27,11 +27,11 @@ public interface ISystemThemeConstants {
 	public static final String MESSAGE_WARNING_COLOR = "MESSAGE_WARNING_COLOR" ;
 	public static final String MESSAGE_INFORMATION_COLOR = "MESSAGE_INFORMATION_COLOR";
 
-	// color constants used by Remote Commnds view
+	// color constants used by Remote Shell view
 	public static final String REMOTE_COMMANDS_VIEW_BG_COLOR = "REMOTE_COMMANDS_VIEW_BG_COLOR";
 	public static final String REMOTE_COMMANDS_VIEW_FG_COLOR = "REMOTE_COMMANDS_VIEW_FG_COLOR";
 	public static final String REMOTE_COMMANDS_VIEW_PROMPT_COLOR = "REMOTE_COMMANDS_VIEW_PROMPT_COLOR";
 		
-	// font constant used by Remote Commands view
+	// font constant used by Remote Shell view
 	public static final String REMOTE_COMMANDS_VIEW_FONT = "REMOTE_COMMANDS_VIEW_FONT";
 }
\ No newline at end of file
diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/monitor/SystemMonitorUI.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/monitor/SystemMonitorUI.java
index 6f174a60fb1..2ce0d38a653 100644
--- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/monitor/SystemMonitorUI.java
+++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/monitor/SystemMonitorUI.java
@@ -64,7 +64,7 @@ public class SystemMonitorUI
         }
         catch (PartInitException e)
         {
-           	SystemBasePlugin.logError("Can not open commands view", e);
+           	SystemBasePlugin.logError("Can not open remote shell view", e);
         }
 
         return _viewPart;
diff --git a/rse/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/model/ISystemResourceChangeEvents.java b/rse/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/model/ISystemResourceChangeEvents.java
index 9a6d7cbb983..59247822daf 100644
--- a/rse/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/model/ISystemResourceChangeEvents.java
+++ b/rse/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/model/ISystemResourceChangeEvents.java
@@ -221,18 +221,18 @@ public interface ISystemResourceChangeEvents
 	 */
 	public static final int EVENT_COMPILE_COMMAND_RUN = 125;
 	/**
-	 * The event is to update the command history drop-down in the Commands view
+	 * The event is to update the command history drop-down in the remote shell view
 	 */
 	public static final int EVENT_COMMAND_HISTORY_UPDATE = 130;
 
 	/**
-	 * The event is to update the commands view when a command is finished
+	 * The event is to update the remote shell view when a command is finished
 	 * @deprecated use EVENT_COMMAND_SHELL_FINISHED
 	 */
 	public static final int EVENT_COMMAND_FINISHED = 140;
 	
 	/**
-	 * The event is to update the commands view when a command is finished
+	 * The event is to update the remote shell view when a command is finished
 	 */
 	public static final int EVENT_COMMAND_SHELL_FINISHED = 140;
 	public static final int EVENT_COMMAND_SHELL_REMOVED = 141;
diff --git a/rse/plugins/org.eclipse.rse.ui/systemmessages.xml b/rse/plugins/org.eclipse.rse.ui/systemmessages.xml
index 543469555b1..c77b9757ee7 100644
--- a/rse/plugins/org.eclipse.rse.ui/systemmessages.xml
+++ b/rse/plugins/org.eclipse.rse.ui/systemmessages.xml
@@ -971,8 +971,8 @@ Contributors:
                         - the folder name is not valid </LevelTwo>
                     </Message>
                     <Message ID="1305" Indicator="E">
-                        <LevelOne>The operation did not complete successfully. See additional messages in the Commands view</LevelOne>
-                        <LevelTwo>The operation requested failed. Look in the Commands view to see additional messages indicating the cause of the failure</LevelTwo>
+                        <LevelOne>The operation did not complete successfully. See additional messages in the Remote Shell view</LevelOne>
+                        <LevelTwo>The operation requested failed. Look in the Remote Shell view to see additional messages indicating the cause of the failure</LevelTwo>
                     </Message>
                     <Message ID="1306" Indicator="E">
                         <LevelOne>Copy of the file or folder %1 failed</LevelOne>