В
Все
М
Математика
О
ОБЖ
У
Українська мова
Х
Химия
Д
Другие предметы
Н
Немецкий язык
Б
Беларуская мова
М
Музыка
Э
Экономика
Ф
Физика
Б
Биология
О
Окружающий мир
У
Українська література
Р
Русский язык
Ф
Французский язык
П
Психология
О
Обществознание
А
Алгебра
М
МХК
Г
География
И
Информатика
П
Право
А
Английский язык
Г
Геометрия
Қ
Қазақ тiлi
Л
Литература
И
История

Два на линукс.

1. create empty file and check the access time using ls command with proper option. update the access time to the current time. update access time to the beginning of the day.

2. create empty file testfile and directory testdir. try to remove both file and directory with one command. make sure that there will be error when directory will be removed and that removal of the file will result in text output. redirect successful deletion message to one file and error message to another file. repeat this actions but redirect both stdout and stderr channels to the same file.

Показать ответ
Ответ:
den535
den535
03.10.2020 06:48

A)

1) touch emptyfile

2) ls -g

3) cat emptyfile

4) touch -a -m -t 203710141103.24 emptyfile

B)

1) touch testFile

2) mkdir testDir

3) rm ./* 1> ./stdout.txt 2>./stderr.txt

4) rm ./* &> ./stdouterr.txt

0,0(0 оценок)
Популярные вопросы: Информатика
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота