C-1 Creating a Working Directory < Stage C < Installation < Viivi's Cell < Entrance
Here we create a working-directory named
"vwrk
"
in the home-directory.
The name for the working-directory is arbitrary (anything you like).
When you use a name different from the assumed one
"vwrk
",
please replace it in the following explanations
with the actual working-directory name of your own.
Here we show the method using the commands in the terminal/CMD window on each platform.
The users, who are familiar with the GUI operations,
can make the working-directory
using the GUI-tools, such as file-manager and file-explorer.
In the terminal/CMD window, go into the home-directory by
(The home directory is assumed to be
C:\Users\ilma\Viivi\
.)
$ cd⮠ for Unix-like sh System
% cd⮠ for Unix-like csh System
> cd C:\Users\ilma\⮠ for Windows Platforms
and input as
$ mkdir vwrk⮠ for Unix-like sh System
% mkdir vwrk⮠ for Unix-like csh System
> md vwrk⮠ for Windows platforms
C-1 Creating a Working Directory < Stage C < Installation < Viivi's Cell < Entrance
Exhibited on 2022/03/02
Copyright(C) 2003-2022 ilma <ilma@viivi.io> All rights reserved.