Loading questions...
Updated
When redirecting the output of find to the xargs command, what option to find is useful if the filenames contain spaces?
Which of the following commands changes all CR-LF line breaks in the text file userlist.txt to Linux standard LF line breaks and stores the result in newlist.txt?
Which type of file system is created by mkfs when it is executed with the block device name only and without any additional parameters?
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
FILL BLANK -
What directory contains configuration files for additional yum repositories? (Specify the full path to the directory.)
Consider the following output from the command ls -i:
How would a new file named c.txt be created with the same inode number as a.txt (Inode 525385)?

Consider the following directory:
drwxrwxr-x 2 root sales 4096 Jan 1 15:21 sales
Which command ensures new files created within the directory sales are owned by the group sales? (Choose two.)
Which umask value ensures that new directories can be read, written and listed by their owning user, read and listed by their owning group and are not accessible at all for everyone else?
Which of the following tools can show the complete path of an executable file that the current shell would execute when starting a command without specifying its complete path? (Choose two.)
Which daemon handles power management events on a Linux system?
Which of the following commands installs the GRUB boot files into the currently active file systems and the boot loader into the first partition of the first disk?
In compliance with the FHS, in which of the directories are man pages found?
Support Examcademy
Your support keeps this platform running. Become a Supporter to remove all ads and unlock exclusive study tools.
When considering the use of hard links, what are valid reasons not to use hard links?
FILL BLANK -
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
FILL BLANK -
Which System V init configuration file is commonly used to set the default run level? (Specify the full name of the file, including path.)
Which of the following commands can be used to display the inode number of a given file? (Choose two.)
In Bash, inserting 1>&2 after a command redirects...
Which of the following commands lists all currently installed packages when using RPM package management?
In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?
Which of the following commands displays the manual page command from section 1?
Study without distractions
Supporters get zero ads, spaced-repetition Learn Mode, timed Exam Mode, and AI-powered explanations from AstroTutor.
Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?
A backup software heavily uses hard links between files which have not been changed in between two backup runs. Which benefits are realized due to these hard links? (Choose two.)
Create a free account to unlock all questions for this exam.
Log In / Sign UpGiven the following two symbolic links in a System V init configuration:
/etc/rc1.d/K01apache2
/etc/rc2.d/S02apache2
When are the scripts executed that are referenced by these links? (Choose two.)
Which of the following commands print the current working directory when using a Bash shell? (Choose two.)