• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/17

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

17 Cards in this Set

  • Front
  • Back

make

utility to read a source config file and maintain a group of files or programs (often to compile source code and install the binaries once complete)

env

shows your current session environment variables

pwd

print the path of the current working directory

bash

an 'sh compatible' command language shell interpreter that executes commands, read from the standard input or from a file

uname

prints system information

uname-n

node name

uname -s

kernel name

uname -v

kernel version

uname -r

kernel release

uname -m

machine/cpu info

uname -p

processor info

uname -i

hardware info

uname -o

operating system name

uname -a

print all info

export

used to set an environment variable


* export $HOME=home/user

unset

used to remove an environment variable


* unset $HOME

man

Types of pages



1. executable programs or shell commands


2. system calls (functions provide by the kernel)


3. library calls (functions within program libraries)


4. special files (usually found in /dev)


5 file formats and conventions i.e. /etc/passwd


6. games


7 miscellaneous (including macro packages and conventions), i.e. man (7) groff (7)


8. system administration commands (usually only for root)


9. kernel routines (non standard)