FINAL
TRIM
SIZE
:
7.0
in
x
8.5
in
4
Using
Files
and
Directories
with
Command
Lines
The
following
gives
y
ou
some
basic
information
on
using
the
HP-UX
directory
system.
If
y
ou
need
more
information
on
using
les,
directories,
and
command
lines,
see
Using
HP-UX
.
Creating
Directories
The
mkdir
(make
directory)
command
creates
a
new
directory
.
After
y
ou
create
a
directory
,
y
ou
can
mov
e
les
in
to
it,
and
y
ou
can
ev
en
create
more
directories
underneath
it.
F
or
example,
to
create
a
sub-directory
in
y
our
curren
t
w
orking
directory
named
projects ,
t
yp e:
$
mkdir
projects
T
o
v
erify
that
it
w
orked,
y
ou
can
use
either
the
ls
or
lsf
command.
Both
commands
display
the
new
directory
,
but
lsf
app ends
a
slash
( / )
to
the
end
of
directory
names
to
dieren
tiate
them
from
le
names.
F
or
example:
$
ls
List
les,
dir
e
ctories
in
your
curr
ent
working
dir
e
ctory.
myfile
projects
It
worke
d!
$
lsf
myfile
projects/
The
lsf
c
ommand
app
ends
a
slash
to
dir
e
ctory
names.
Figure
4-2
sho
ws
the
resulting
directory
structure.
Figure
4-2.
Creating
the
\projects"
Directory
The
general
form
of
the
mkdir
command
is
as
follows:
mkdir
new
dir
p
ath
where
new
dir
p
ath
is
the
path
name
of
the
directory
y
ou
w
an
t
to
create.
4-8
Using
the
Command
Line
DRAFT
2/5/97
11:31
Содержание 745i/100
Страница 7: ...FINAL TRIM SIZE 7 0 in x 8 5 in VCCI Statement Japan Only DRAFT 2 5 97 11 31 vii ...
Страница 26: ...FINAL TRIM SIZE 7 0 in x 8 5 in ...
Страница 112: ...FINAL TRIM SIZE 7 0 in x 8 5 in ...
Страница 174: ...FINAL TRIM SIZE 7 0 in x 8 5 in ...
Страница 190: ...FINAL TRIM SIZE 7 0 in x 8 5 in ...