asked 66.4k views
0 votes
You need to create the directory /var/oracle/database/9i. only the directory /var currently exists. from the root of the filesystem, which command will create the directory path

asked
User Yugantar
by
8.8k points

1 Answer

6 votes
To create a directory, you can use the command mkdir. Below is an example:

mkdir /var/oracle/database/9i
answered
User Yasser AKBBACH
by
8.3k points