Only eight
What is the total allowed amount of absences?
This command list the contents of the /etc directory.
What is the ls command?
This file allows users to define their scheduled tasks, each scheduled to run at specific times or intervals.
What are cronjobs?
The lsblk is a command in Linux used to...
What is listing information about blocking devices?
Using this command and option prints case-insensitive searches for specific patterns or strings within files or output.
What is the grep -i command?
The most important items in the career of a cybersecurity professional.
What is the Linux Operating System (OS)
This command can create an empty file. You usually follow this command with the name of the file that you want to create.
What is the touch command?
This central log file in Linux records general system events and messages from various services and processes.
What is the syslog?
This can significantly enhance productivity and efficiency in Linux system administration and everyday tasks.
What is bash scripting?
This text editor is more advanced with powerful features, operating in different modes for editing, navigating, and executing commands.
What is vim?
This competency skill develops constructive and cooperative working relationships.
What is Interpersonal Skills?
Used to provide detailed documentation about commands, functions, and system calls.
What is the man pages/man command?
This ensures that users, applications, and systems are granted only the minimum access rights necessary to perform their tasks.
What is the principle of least privilege?
The purpose of the alias command.
What is to create custom shortcuts or abbreviations for commands or command sequences?
This purpose/usage of the /etc/shadow file.
What is to contain encrypted password hashes and account expiration information?
This competency entails navigating the command line of an operating system and finding, viewing, creating, moving, and deleting files and directories.
What is asset and inventory management?
This linux file system holds the binary files (the actual executables) for regular user commands.
What is the /bin file ?
This command-line tool is used in Linux for managing software packages.
What is an Advanced Packaging Tool (APT)?
The process that converts data of any size into a fixed-length string of characters using a mathematical algorithm.
What is hashing?
This directory holds temporary files with unique coloring. It also has very lax permissions.
What is the /tmp directory?
This competency entails using symbolic and octal notation to change file permissions.
What is mathematical reasoning?
You can use this option to change the content presented from ascending to descending order.
What is the -r option for the sort command?
This command and option creates an archive, compresses using gunzip, displays verbose output, and specifies the archive file name.
What is tar -czvf?
This command provides the bridge for data accessible in Linux.
What is the mount command?
This command with help you find a file that is 500 bytes in size, owned by the user fstack, and named congiguration.conf.
What is “find / -type f -size 500c -user stack -name ‘configuration.conf’” ?