Sep 18, 2024
echo
: Print output.man
: Access manual for commands.touch
: Create a new file.ls
: List files, cat
: Read file contents.stat
: View file metadata.rm
: Remove files.su
to switch to root, sudo
for elevated commands./boot
: Linux kernel./dev
: External devices./etc
: Config files./var
: Log files./bin
: Executable binaries..bashrc
: Run scripts before terminal sessions, modify terminal prompt.ps
to view processes, htop
for interactive view.kill
command, with -9
flag for forceful termination.grep
, sed
, gzip
, tar
.apt
, yum
, pacman
).