shell

linux shell is a program that allows text based interaction between the user and the system. this is archived by typing in commands.

[[internal built in commands in linux]]

basic linux commands

  • Pwd: present working directory

  • ls : list

  • mkdir: create a directory

  • pushd: climb up to file browsing

  • popd: climb down to file browsing

  • mv : move file;;; syntax : mv source destination

Last updated