Smd Sohailsohail18.hashnode.dev·Oct 15, 2024Linux Command Line - part 2Exploring the Filesystem. Tree The tree command is a good way to get a bird’s-eye view of the filesystem tree. Use tree -d to view just the directories. tree #listing all the file system including files and directories in the tree view. tree -...Linux for scripting.hardlink
Karlygash Yakiyayevakarlygash-yakiyayeva.dev·Sep 21, 2024Understanding Symbolic Links and Hard Links in LinuxIn Linux, links are powerful tools that allow you to create references to files and directories. There are two main types of links: hard links and soft links (also known as symbolic links or symlinks). Understanding the differences between these two ...LinuxDevops
janahvi tripathijanahvitripathi.hashnode.dev·Jan 6, 2024Text scanning/processing and Link creation in LinuxToday we will talk about all the cool concepts of how we can scan and process files/texts and use it in our day to day usage !! Let's practice and get working on it, together!! GREP: (Global Regular Expression Print) This filter searches a file for a...1 likefind-linux
Arif Qayoomchatrox.hashnode.dev·Dec 30, 2023Arif Qayoom - Navigating the Digital Frontier with SwiftLinkEmbark on a journey through the digital frontier guided by Arif Qayoom, the visionary mind behind SwiftLink. In this blog, we unveil the man behind the app, exploring his achievements, challenges, and the impact he's making in the world of technology...10 likesflychat
Rakeshrakeshintech.hashnode.dev·Dec 2, 2023Soft link and Hard link in Linux/UNIXWhat is a link? Links are pointers pointing to a file or directory. A link is a shortcut to access a file, similar to a Windows shortcut. Soft Link In soft links, we can create links on files and directories. Links enable the creation of references t...symlinks
Kusuma Vkusumav.hashnode.dev·Dec 1, 2023Linux - 4Hard link and Soft link ,date and cal cmd, Hard Links soft link H \=both original and hard files have same Inode number ,same size , same timestamp if we delete original file there is no effect in hard link file ln file1 file2 S = It is pointer file ...hardlink
Rihaab Wadekarmylinuxworkshop.hashnode.dev·Jul 16, 2023The beginning of a Linux StoryWelcome back to day-3 of understanding the power and importance of Linux in The programming world under the guidance of Pranav Jambare. The 3rd day of the workshop included many important topics which are explained in detail below. Hardlink and Soft...10 likesLinux
Venkateshwar Kurlevenkateshwar.hashnode.dev·May 12, 2023Link Files in linux2 types of link files are present in linux: Soft link and Hard link Soft linkHard link Shortcut fileBackup file size of link file is equal to the no of chars in original filenamesize of both files are same If original file is deleted, link i...26 readslinux basics for beginnerslinks