the vimoire

recent

  • Creating a DNS ACME certificate with LetsEncrypt in OPNsense

    Nov 16, 2025

  • Creating a DNS ACME certificate with LetsEncrypt in Proxmox

    Nov 16, 2025

  • Separating Proxmox Management and VM interfaces into different subnets

    Nov 15, 2025

  • Client-side encrypted cloud backups with TrueNAS, Backblaze, and rclone

    Nov 11, 2025

  • Fixing upload size limit for self-hosted Immich

    Nov 02, 2025

See 102 more →

Home

❯

blog

❯

2024

❯

Linux UpSkill Challenge Day 2 Basic Navigation

Linux UpSkill Challenge Day 2 - Basic Navigation

Oct 09, 20241 min read

  • blog
  • linux-upskill
  • https://linuxupskillchallenge.org/02/
man -k [search-term]
help [command]
type [command]
info # not available by default in debian bookworm
man hier
tree # not available by default in debian bookworm
 
pushd
popd
cd - # move to last visited directory
 
$HOME
$PWD
$OLDPWD
$USER
 
printenv

alias cd to pushd?

  • https://unix.stackexchange.com/a/4291

EOF


Graph View

Created with Quartz v4.5.2 © 2025

  • GitHub