phone

    • chevron_right

      What is $0 in a Bash Script?

      pubsub.slavino.sk / linuxhandbook.com · Thursday, 27 April, 2023 - 11:29 edit

    Get familiar with the special variable $0 in Bash and learn its usage.

    Značky: #Bash, #Linux

    • chevron_right

      Check Running Process in Linux

      pubsub.slavino.sk / linuxhandbook.com · Tuesday, 25 April, 2023 - 06:06 edit

    Want to know what all processes are running on your systems? Here's how to get details of the running processes in Linux.

    Značky: #Linux, #Tips

    • chevron_right

      Setup Username and Email in Git

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

    Git asking you "please tell me who you are"? You need to set up the git username and email. Here's how to do that.

    Značky: #Git, #Linux

    • chevron_right

      Force Linux User to Change Password at Next Login

      pubsub.slavino.sk / linuxhandbook.com · Tuesday, 11 April, 2023 - 12:19 edit

    Think the passwords need to be changed by a certain user? Here's how to force a Linux user to change the password at the next login.

    Značky: #Linux

    • 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

      Special Variables in Bash Shell Scripting

      pubsub.slavino.sk / linuxhandbook.com · Tuesday, 4 April, 2023 - 09:06 edit

    The bash shell has some special variables that have specific usages and purposes. Learn more about them here.

    Značky: #Linux, #Bash