- Example Query system environment variables
echo $PATH
- Modifying environment Variables
Bashrc: run the following command to change the configuration file: vi /etc/profileCopy the code
- The tree command displays the directory structure (up to secondary directories)
tree -C -L 2