101-500 Exam Question 86
Which of the following sequences in the vi editor saves the opened document and exits the editor? (Choose two.)
101-500 Exam Question 87
Given a log file loga.log with timestamps of the format DD/MM/YYYY:hh:mm:ss, which command filters out all log entries in the time period between 8:00 am and 8:59 am?
101-500 Exam Question 88
Which of the following apt-getsubcommands installs the newest versions of all currently installed packages?
auto-update
auto-update
101-500 Exam Question 89
Which of the following files, located in a user's home directory, contains the Bash history?
101-500 Exam Question 90
When running the command
sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?
sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?
