Installation and Configuration Guide Install and Configure Linux on the STA Server Configure Linux Verify the root User Path Verify the root User Path Verify the path for the system root user. The path must be configured correctly for the STA installation. Open a terminal session on the STA server and log in as the system root user. Display the PATH variable and verify that it includes all the following directories: /bin /sbin /usr/bin /usr/sbin For example:# echo $PATH /usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/root/bin:/sbin:/bin:/usr/sbin:/usr/bin If any directories are missing, use a text editor to open the user profile and add them. For example:# vi /root/.bash_profile PATH=$PATH:/sbin:/bin:/usr/sbin:/usr/bin Save and exit the file. Log out and log in as the system root user. Confirm that the PATH variable has been updated correctly.# echo $PATH /usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/root/bin:/sbin:/bin:/usr/sbin:/usr/bin