Skip to main content

Linux ls Command

 Linux ls Command


Youtube Video: Linux ls command


Description:


ls lists the file that is in that directory along with file size, owner, and modification. 


Syntax:

ls [option] [file/location]


Help / Manual: You can input “man” in front of the ls command to get help. You can also type “ ls –help “ to get the short version of the manual.

Options:

These are the options that you can use with the “ ls “ command to add additional features to your search.


You can always check the reference below for more information on the “ ls “ command. Learning the basics of “ ls “ will get you started to list the files in that directory.




References: 

https://www.computerhope.com/unix/uls.htm

https://www.linuxdoc.org/LDP/LG/issue48/fischer.html

https://www.geeksforgeeks.org/ls-command-in-linux/


Comments

Popular posts from this blog

Virtual Machine Set-up

  Virtual Machine Set-Up with Kali Linux To start working in a test environment, we will need to set up a virtual machine. This requires some minimum specification of hardware to run this virtual machine. Please reference the virtual box for more information.  https://www.virtualbox.org/wiki/End-user_documentation   Once you have the minimum hardware requirements we can move on to the next steps. Virtual Box installation Kali installation Virtual Box Installation: In the browser go to https://www.virtualbox.org/ to download the file for your operation system. If you have Windows, download the Windows hosts, and if you have macOS download macOS. You can install the application once you have the file downloaded to your host system.  Run the VirtualBox installer and follow the default installation Once installing is complete you can search for the application in your system and open the application. Once VirtualBox is open it should look something like this. Downloadin...

Kali Installation

  Kali Installation Youtube In this blog, we are going how to install Kali on to virtual box. The first step is to go to the Kali website and download the ISO for installation.  https://www.kali.org/get-kali/#kali-virtual-machines Once you have downloaded the ISO, make sure you have a tool to unzip the compressed file. You down download 7-zip for free. https://www.7-zip.org/ Download the version for your operating system and install 7-zip. Once you have finished installing 7-zip you will be able to unzip the compressed file. Find the file you downloaded from Kali and right-click choose more option if you do not see 7-zip. You can choose where you would like your extracted file to be stored. In this case, I choose to extract the file in this location. Once you extract the compressed file you will see another file called kali-linux-XXX.Xvirtualbox-amd.ova Double-click on that file and it will import the Kali operating system into the virtual box.  Choose the RAM and CPU set...

3 VM - Ping Connection

  3 VM - Ping Connection Youtube In this project, we will install 3 virtual machines to communicate with each other. We already installed the Kali machine so we just need to install the other 2.  If you missed the installation of Kali, follow this blog.  https://toukeevang.blogspot.com/2023/10/virtual-machine-set-up.html   Installation Windows and Cloning the Kali machine.  Windows Ensure you have the minimum hardware requirement before starting or the lab will utilize many of your hardware resources. https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn303418(v=ws.11)   Go to the Windows website, download the Windows Server 2012 R2, and follow the instructions. https://www.microsoft.com/en-us/evalcenter/download-windows-server-2012-r2   Once you have downloaded the ISO open VirtualBox and click “New” Give your virtual machine a name and search for the ISO Image where you download the file. Name Folder - ...