the Vimoire

recent

  • Restructuring my NAS shares and setting up SMB

    Sep 06, 2025

  • Creating a DNS ACME certificate with LetsEncrypt in TrueNAS

    Sep 06, 2025

  • Setting up Dynamic DNS with Cloudflare on OPNsense

    Aug 31, 2025

  • Connecting to a LAN Monero node via SSH tunnel

    Aug 31, 2025

  • Installing Baikal and DAVx5 for self-hosted contacts and calendar sync

    Aug 26, 2025

See 97 more →

Home

❯

blog

❯

2024 10 08

❯

Linux UpSkill Challenge Day 2 - Basic Navigation

Linux UpSkill Challenge Day 2 - Basic Navigation

Oct 08, 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


Backlinks

  • No backlinks found

Created with Quartz v4.4.0 © 2025

  • GitHub