- 论坛徽章:
- 0
|
我的root用户的shell是sh,现在我要在root用户下完成下面的任务,请问怎么完成呀?
1. Log in as the root user.
2. Create a file called dbenv.
The file may be located anywhere, but must be sourced for each user.
3. edit dbenv to include the following lines:
setenv ORACLE_BASE /apps/oracle
setenv ORACLE_HOME /apps/oracle/product/9.0.1
setenv ORACLE_TERM xsun5
setenv ORACLE_OWNER oracle
4. Save the file.
5. Go to a C shell.
6. Source the dbenv file and check the environment variables:
source ./dbenv
env
不明白这个任务中的"Go to a C shell"怎么完成呢?root用户下面的shell是sh. |
|