Close Menu
  • Home
  • Questions
Facebook X (Twitter) Instagram
LinuxTutorials.netLinuxTutorials.net
  • Home
  • Debian
  • Ubuntu
  • CentOS
    • Commands
  • Questions
LinuxTutorials.netLinuxTutorials.net

Given the following script: Which of the following are true? (choose two)

January 22, 2024Updated:January 31, 2024No Comments
DWQA Questions › Category: Linux Essentials › Given the following script: Which of the following are true? (choose two)
Given the following script:
while [ ! –f /tmp/foo ]; do
    echo –n “.”
    process_data > /tmp/foo
done
Which of the following are true? (choose two)
  • If a file called /tmp/foo exists, process_data won’t be run
  • The screen will fill with dots.
  • /tmp/foo will be removed if it exists
  • process_data will never be run
  • process_data will be called at most once

Please login or Register to submit your answer

Share. Facebook Twitter Tumblr Email Telegram
Previous ArticleThe number of users logged in is in a variable called USERS. How would you test to see if 5 users are logged in?
Next Article A conditional that lets you make multiple comparisons with a pattern is called:

Ubuntu Server 24.04 Image for VirtualBox (Download & Import)

March 14, 2025

Download and Install Packet Tracer 8.2.2 on Ubuntu (Linux)

May 31, 2024

How to Install PHPMyAdmin latest version 5.2.0 on Ubuntu 22.04 (LEMP Stack)

September 13, 2022

Create New User with sudo Privileges on Ubuntu 22.04/Debian

September 12, 2022
Facebook X (Twitter) Instagram Pinterest
  • Questions
© 2025 LinuxTutorials.net

Type above and press Enter to search. Press Esc to cancel.