Difference between revisions of "OPS435 Lecture 2 - Bash"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'apropos (sections), man pages, searching Commands used this week * du * df * ps * file * mv * cat * clear * ssh * which * whereis * cd * man * echo * exit * ifconfig * export *…')
 
m (Andrew moved page OPS435 Lecture 2 to OPS435 Lecture 2 - Bash)
 
(No difference)

Latest revision as of 13:39, 22 August 2017

apropos (sections), man pages, searching

Commands used this week

  • du
  • df
  • ps
  • file
  • mv
  • cat
  • clear
  • ssh
  • which
  • whereis
  • cd
  • man
  • echo
  • exit
  • ifconfig
  • export
  • chmod
  • ls
  • kill
  • grep
  • more
  • less


"Global" variables:

  • PATH
  • USER
  • PS1
  • SHELL
  • PWD
  • HOME