Linux - EVERYTHING Flashcards
(243 cards)
Term/Command
Description
/home
Directory containing user home directories
/root
Home directory for the root user
/etc/passwd
File containing user account information
/etc/shadow
File containing encrypted passwords and other security information for user accounts
/etc/group
File containing group account information
/etc/gshadow
File containing encrypted passwords and other security information for group accounts
/etc/dnf.conf
Configuration file for the DNF package manager
/etc/ssh/sshd_config
Configuration file for the SSH daemon
/etc/yum.repos.d/
Directory containing YUM repository configuration files
/etc/hostname
File containing the system hostname
/etc/hosts
File mapping hostnames to IP addresses
/etc/resolv.conf
File containing DNS resolver configuration
alias
Command to create aliases for other commands
bash
Command to execute the Bash shell
cat
Command to concatenate and display file contents
cut
Command to extract sections from each line of files
dnf
Package manager command for Fedora/RHEL
echo
Command to display a line of text
env
Command to display environment variables
export
Command to export environment variables from parent to child processes
file
Command to determine file type. file filename
grep
Command to search text patterns in files
gzip
Command to compress files