Журнал лабораторных работ

Содержание

Журнал

Понедельник (11/27/17)

/dev/pts/4
12:46:13
$cd ..

12:46:16
$cd ..

12:46:18
$cd scripting/perl
l3script: cd: scripting/perl: Нет такого файла или каталога
12:46:33
$cd scripting
l3script: cd: scripting: Нет такого файла или каталога
12:46:45
$tree
.
├── bigfile
├── bin
│   ├── bigwork
│   └── signal_trap
├── doc
│   └── scripting
│       └── perl
├── freebsd.jpg
├── granata.jpg
...
│   └── f1h
├── text
│   ├── comment-me.txt
│   ├── core
│   ├── hello-vi.txt
│   ├── hellow
│   ├── unixoid.err.txt
│   └── unixoid.orig.txt
└── touchlist
18 directories, 78 files
12:46:50
$cd doc

12:47:03
$tree
.
└── scripting
    └── perl
2 directories, 0 files
12:47:04
$cd scripting/

12:47:43
$mkdir python

12:48:01
$tree\
> tree
l3script: treetree: команда не найдена
12:48:12
$tree
.
├── perl
└── python
2 directories, 0 files
12:48:15
$cd ..

12:48:23
$mkdir c

12:48:28
$tree
.
├── c
└── scripting
    ├── perl
    └── python
4 directories, 0 files
12:48:29
$cd..
l3script: cd..: команда не найдена
12:49:42
$cd ..

12:49:45
$tree
.
├── bigfile
├── bin
│   ├── bigwork
│   └── signal_trap
├── doc
│   ├── c
│   └── scripting
│       ├── perl
│       └── python
...
│   └── f1h
├── text
│   ├── comment-me.txt
│   ├── core
│   ├── hello-vi.txt
│   ├── hellow
│   ├── unixoid.err.txt
│   └── unixoid.orig.txt
└── touchlist
20 directories, 78 files
12:49:47
$cd ..

12:50:36
$tree
.
├── ivan
├── petr
└── user
    ├── bigfile
    ├── bin
    │   ├── bigwork
    │   └── signal_trap
    ├── doc
    │   ├── c
...
    │   └── f1h
    ├── text
    │   ├── comment-me.txt
    │   ├── core
    │   ├── hello-vi.txt
    │   ├── hellow
    │   ├── unixoid.err.txt
    │   └── unixoid.orig.txt
    └── touchlist
23 directories, 78 files
12:50:38