• chevron_right

      bc Command in Linux

      pubsub.slavino.sk / linuxhandbook.com · Monday, 31 July, 2023 - 15:02 edit

    The bc command is used for precision calculation. You are more likely to use it for floating point operations in bash scripts.

    Značky: #Linux, #Commands

    • chevron_right

      lshw Command in Linux: Get Hardware Details

      pubsub.slavino.sk / linuxhandbook.com · Friday, 14 July, 2023 - 09:01 edit

    The lshw command lists the hardware details of your Linux system. You can categorize it to get details on different kinds of hardware.

    Značky: #Linux, #Commands

    • chevron_right

      Shell Built-in Commands

      pubsub.slavino.sk / linuxhandbook.com · Wednesday, 5 July, 2023 - 04:15 edit

    In Linux, there are shell built-in commands which you are already using but never paid attention to. Learn more about them in this tutorial.

    Značky: #Commands, #Linux

    • chevron_right

      Trap: A Shell built-in Command

      pubsub.slavino.sk / linuxhandbook.com · Tuesday, 27 June, 2023 - 10:21 edit

    Trap is a shell built-in command that is used to catch any supported signal and react upon it.

    Značky: #Linux, #Commands

    • chevron_right

      Use chattr Command in Linux

      pubsub.slavino.sk / linuxhandbook.com · Monday, 10 April, 2023 - 10:22 edit

    With chattr command, you can make a file 'undeletable' even by root. Here are some common usage of the chattr command in Linux.

    Značky: #Commands, #Linux

    • chevron_right

      How to Replace Environment Variables Using the envsubst Command

      pubsub.slavino.sk / linuxhandbook.com · Tuesday, 21 March, 2023 - 03:38 edit

    Learn how to replace environment variables using the envsubst command. This guide will show you how with examples and tips.

    Značky: #Linux, #Commands

    • chevron_right

      Using XXD Command in Linux

      pubsub.slavino.sk / linuxhandbook.com · Friday, 17 March, 2023 - 07:19 edit

    Discover how to use the XXD command in Linux with practical examples. This comprehensive guide will help you understand the features and functionality of XXD.

    Značky: #Linux, #Commands

    • chevron_right

      How to Use the gzip Command in Linux

      pubsub.slavino.sk / linuxhandbook.com · Monday, 13 March, 2023 - 07:23 edit

    gzip is one of the most useful but often overlooked utilities. Learn to use this handy tool.

    Značky: #Commands, #Linux