Linux Commands
Command | Function/purpose | Syntax |
---|---|---|
cat | Reads a files contents and prints to terminal, can also combine and create files too. | |
touch | Used to create files. | touch [options] file_name |
lscpu | ||
more /proc/cpuinfo | ||
top | a real-time system monitoring tool that displays a continuously updated list of running processes and system resources. It shows key information such as CPU usage, memory utilization, and process details in a tabular format with columns like PID, USER, %CPU, %MEM, and COMMAND. | top |
ps |
Configuring the startup bash script
Every time you boot up Linux a Bash Shell startup script runs.
To configure this file, type cat ~/.bashrc
into the terminal and from there you can configure this.