- Method 1: direct command line
Execute this command from a terminal window:
/home/cs554001/bin/cs554-sql
|
- Method 2:
set your PATH variable
Do this once:
1. Edit your startup file (for bash: .bashrc)
2. Add this path to your PATH variable:
export PATH=$PATH:/home/cs554001/bin
3. Source the startup file (or logout and log back in)
You can now run the client with this command:
cs554-sql
|
|