GNU and Unix Commands Flashcards
make
Utility to read a source configuration file and maintain a group of files or programs
env
Shows the current session environment variables
pwd
Print the path of the current working directory
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 (1)
Executable programs or shell commands
man (2)
System calls
man (3)
Library calls
man (4)
Special files (usally found in /dev)
man (5)
File formats and conventions
man (6)
Games
man (7)
Miscellaneous
man (8)
System administration commands
man (9)
Kernel routines