Basic ‘ls’ Command Examples in Linux
Basic ls command with all its parameters: ls -a list all files including hidden file starting with ‘.’ ls –color colored list [=always/never/auto] ls -d …
Linux Tutorial and How's to
Basic ls command with all its parameters: ls -a list all files including hidden file starting with ‘.’ ls –color colored list [=always/never/auto] ls -d …
Investigate Directories For Disk Usage Sometimes it may be required to find out which directory consuming how much disk space especially when you are used …
In this tutorial, I would like to talk to you about your Linux distribution and how you can find that in which distribution you were …
Files and directories (another name for folders) are at the heart of Linux, so being able to create, view, move, and delete them from the …
A common and task of someone using the Linux Command Line (shell) are to search for files/directories with a certain name or containing certain text. …
In this tutorial, I have collected some of the useful utility commands which will include various network monitoring, system auditing or some other random command …
Linux uses some conventions for present and parent directories. This can be a little confusing for beginners. Whenever you are in a terminal in Linux, …
Using The Terminal The examples in this document assume that you are using a POSIX-compliant (such as bash, sh, zsh, ksh) shell. Large portions of …
Check the database name by login to the MySQL Server following the command below Then type the following command inorder to check the database table …