Using Linux Terminal command here is how to get total disk size in GB to check storage space in terminal. Here are the commands to check disk space in Ubuntu. df Command The “df” command is for “disk filesystem” and is a great tool to know about the disk space usage on Linux Systems. The […]
Count And Find Number Of Files In A Linux Directory Using Command
How to find number of files in a directory in Linux? There are many commands to find the total number of files in a directory on a Linux Ubuntu System. Linux Command To Find Number Of Files In A Directory And Subdirectories 1. Using ls and wc Commnad The simplest command to count number of […]
Check How Many Users Are Created In Linux Ubuntu
This post explains how to check what users are in Linux. One can easily check user details in Linux System to know how many users are created in the System. Check user details in Linux You can check user details in Linux using who command. ‘who’ prints information about users who are currently logged on. […]
How To Check User Permissions In Linux Using Command
Whether you want to change file permissions in Linux (using chmod 777) or check user permissions in Linux using command; here is the tutorial for you. File Permissions There are three types of Linux file permissions: read, write, and execute. File permission octal values in Linux In Linux, a three-digit value represents specific file permissions […]
Check Which Folder Is Taking More Space In Ubuntu Linux
How to check which folder is taking more space on Ubuntu. On Linux, check disk space by folder in command line terminal. The best solution is to run the following command to get a sorted list of the biggest folders in the current directory, right from your terminal. Alternatively, you can also run the following […]
How to Install Claude Desktop App in Ubuntu Linux
How to install AI via Linux command line? Read this post to learn how to install Claus Code App in Linux command line. Requirements to install Claude Desktop App in Ubuntu Linux Systems: Install Claude App via APT Repository The first step is to install the required tools if missing or not installed. Run the […]




