the Vimoire

recent

  • Upgrading my mini PC Proxmox slash Debian server

    May 30, 2025

  • Abandoning Nginx Proxy Manager for greener pastures

    May 16, 2025

  • Moving to Portainer and Nginx Proxy Manager for web service management

    May 08, 2025

  • Mounting an lvm in Proxmox to fix an oopsie

    Apr 18, 2025

  • Retrospective and lessons learned after a few months using Todoist for The Cycle

    Apr 18, 2025

See 79 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