Команды Linux
Kernel version: uname -a
Lists the directory content: ls
Print the path of the current directory: pwd
Displays the username of the current user: whoami
List of history: history
Execute command with number 17 in history: !17
Search in history: press Ctrl + R
Clean history: history -c
To see which extensions are compiled-in to your PHP binary, run the following command:
php -m
You can also view the configure command, which will show which extensions are enabled and compiled-in, or built as shared, dynamic modules.
php -i | grep Configure