Command line tools Archives - Linux Digest https://moneyslow.com/html/linuxdigest.com/howto/category/commands/ Linux tutorials for everyone Wed, 27 Dec 2023 08:19:36 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.5 What Does chmod -R Do? https://moneyslow.com/html/linuxdigest.com/howto/chmod-recursion/?utm_source=rss&utm_medium=rss&utm_campaign=chmod-recursion Sat, 16 Dec 2023 22:32:30 +0000 https://moneyslow.com/html/linuxdigest.com/?p=2124 When you first start using Linux or any other Unix-like system, the commands and the various…

The post What Does chmod -R Do? appeared first on Linux Digest.

]]>
drwxr-x-r-x or rwxr-x-r-x: A Step by Step Explanation https://moneyslow.com/html/linuxdigest.com/howto/drwxr-x-r-x-or-rwxr-x-r-x-a-step-by-step-explanation/?utm_source=rss&utm_medium=rss&utm_campaign=drwxr-x-r-x-or-rwxr-x-r-x-a-step-by-step-explanation Sun, 26 Nov 2023 22:45:39 +0000 https://moneyslow.com/html/linuxdigest.com/?p=2120 When you execute the command ls -l in a Linux shell or other Unix-like environment, you’ll…

The post drwxr-x-r-x or rwxr-x-r-x: A Step by Step Explanation appeared first on Linux Digest.

]]>
“-rw-r–r–“: Step by Step Explanation https://moneyslow.com/html/linuxdigest.com/howto/rw-r-r-step-by-step-explanation/?utm_source=rss&utm_medium=rss&utm_campaign=rw-r-r-step-by-step-explanation https://moneyslow.com/html/linuxdigest.com/howto/rw-r-r-step-by-step-explanation/#respond Sun, 02 Apr 2023 21:32:29 +0000 https://moneyslow.com/html/linuxdigest.com/?p=2077 When you run the command “ls -l” you will be greated by these strings of characters…

The post “-rw-r–r–“: Step by Step Explanation appeared first on Linux Digest.

]]>
https://moneyslow.com/html/linuxdigest.com/howto/rw-r-r-step-by-step-explanation/feed/ 0
How to Use File Access Control Lists in Linux https://moneyslow.com/html/linuxdigest.com/howto/linux-file-access-control-lists/?utm_source=rss&utm_medium=rss&utm_campaign=linux-file-access-control-lists https://moneyslow.com/html/linuxdigest.com/howto/linux-file-access-control-lists/#respond Sun, 26 Mar 2023 23:54:15 +0000 https://moneyslow.com/html/linuxdigest.com/?p=2072 File permissions in Linux are always a bit of a hassle to manage. One of the…

The post How to Use File Access Control Lists in Linux appeared first on Linux Digest.

]]>
https://moneyslow.com/html/linuxdigest.com/howto/linux-file-access-control-lists/feed/ 0
drwxrwxrwT: The meaning of the “T” at the end. https://moneyslow.com/html/linuxdigest.com/howto/drxrwxrwt-meaning/?utm_source=rss&utm_medium=rss&utm_campaign=drxrwxrwt-meaning https://moneyslow.com/html/linuxdigest.com/howto/drxrwxrwt-meaning/#respond Sat, 25 Mar 2023 18:36:38 +0000 https://moneyslow.com/html/linuxdigest.com/?p=2070 Today, I want to dive into the realm of file permissions, specifically focusing on a character…

The post drwxrwxrwT: The meaning of the “T” at the end. appeared first on Linux Digest.

]]>
https://moneyslow.com/html/linuxdigest.com/howto/drxrwxrwt-meaning/feed/ 0
How to Change the Title in GNU Screen https://moneyslow.com/html/linuxdigest.com/howto/how-to-change-the-title-in-gnu-screen/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-change-the-title-in-gnu-screen https://moneyslow.com/html/linuxdigest.com/howto/how-to-change-the-title-in-gnu-screen/#respond Sat, 25 Feb 2023 23:51:16 +0000 https://moneyslow.com/html/linuxdigest.com/?p=2045 If you are an experienced Linux user, chances are you have used GNU screen at some…

The post How to Change the Title in GNU Screen appeared first on Linux Digest.

]]>
https://moneyslow.com/html/linuxdigest.com/howto/how-to-change-the-title-in-gnu-screen/feed/ 0
GNU screen: split the screen https://moneyslow.com/html/linuxdigest.com/howto/gnu-screen-split-the-screen/?utm_source=rss&utm_medium=rss&utm_campaign=gnu-screen-split-the-screen https://moneyslow.com/html/linuxdigest.com/howto/gnu-screen-split-the-screen/#respond Wed, 23 Dec 2020 15:49:00 +0000 https://moneyslow.com/html/linuxdigest.com/?p=1941 So you are one of those people that works on 10 things at once. Or maybe,…

The post GNU screen: split the screen appeared first on Linux Digest.

]]>
https://moneyslow.com/html/linuxdigest.com/howto/gnu-screen-split-the-screen/feed/ 0
Adding a user to multiple groups in Linux https://moneyslow.com/html/linuxdigest.com/howto/adding-a-user-to-multiple-groups-in-linux/?utm_source=rss&utm_medium=rss&utm_campaign=adding-a-user-to-multiple-groups-in-linux https://moneyslow.com/html/linuxdigest.com/howto/adding-a-user-to-multiple-groups-in-linux/#respond Tue, 15 Dec 2020 20:00:48 +0000 https://moneyslow.com/html/linuxdigest.com/?p=1917 In Linux, users are put into groups to control access to various files and devices. In…

The post Adding a user to multiple groups in Linux appeared first on Linux Digest.

]]>
https://moneyslow.com/html/linuxdigest.com/howto/adding-a-user-to-multiple-groups-in-linux/feed/ 0
Working with bz2 files. How to grep bz2 files and more https://moneyslow.com/html/linuxdigest.com/howto/working-with-bz2-files/?utm_source=rss&utm_medium=rss&utm_campaign=working-with-bz2-files https://moneyslow.com/html/linuxdigest.com/howto/working-with-bz2-files/#respond Sat, 05 Dec 2020 15:54:33 +0000 https://moneyslow.com/html/linuxdigest.com/?p=1912 I was working on a project today where I had a directory full of bz2 files…

The post Working with bz2 files. How to grep bz2 files and more appeared first on Linux Digest.

]]>
https://moneyslow.com/html/linuxdigest.com/howto/working-with-bz2-files/feed/ 0
How to autoindent in vim https://moneyslow.com/html/linuxdigest.com/howto/how-to-autoindent-in-vim/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-autoindent-in-vim https://moneyslow.com/html/linuxdigest.com/howto/how-to-autoindent-in-vim/#respond Sat, 05 Dec 2020 12:57:12 +0000 https://moneyslow.com/html/linuxdigest.com/?p=1905 When you are working with a file type vim doesn’t recognize and doesn’t indent automatically, autoindent…

The post How to autoindent in vim appeared first on Linux Digest.

]]>
https://moneyslow.com/html/linuxdigest.com/howto/how-to-autoindent-in-vim/feed/ 0