CT320 IQ 04
Show Main.IQ04 as a slide show.
crontab
A crontab
line contains these fields, in order:
- second minute hour day-of-month month weekday command
- minute hour day-of-month month weekday command
- hour day-of-month month command
- weekday month day-of-month hour minute second command
crontab
What indicates Wednesday, in a crontab
?
- 1
- 2
- 3
- 4
- 5
- Wed
Which commands will show the date?
date >now
ln now a
ln -s now b
rm now
cat a
cat b
cat a
will work, cat b
will fail
cat a
will fail, cat b
will work
- Both will work
- Both will fail
- Those
ln
commands are backwards.
Blocks
Assume that a filesystem uses 1MB blocks. How many blocks
(direct, indirect, whatever) does an inode need to store a 100MB file?
- 99
- 100
- 101
- 102
- can’t say, given only this information
Filetype
If ls -l
reports a filetype of s
, that means it’s a:
- socket
- symlink
- SATA
- swap
symlink is l, socket is s
End-of-file
Which byte indicates end-of-file, in a disk file?
- NUL, ␀, control-@, ASCII 0016
- EOT, ␄, control-D, ASCII 0416
- SUB, ␚, control-Z, ASCII 1A16
- Some other value
- None of the above
Dependencies
Consider X
(the X Window System) and gedit
, a graphical editor.
X
depends on gedit
gedit
depends on X
- Neither depends on the other.
- They don’t depend upon each other, but are very good friends and
have a supportive relationship.
Package
What is the suffix for a package file on Xubuntu?
- .apk
- .deb
- .pkg
- .rpm
- .zip