linux-with-prudhvi.hashnode.devUnderstanding File PermissionsWhile transferring a file from my Linux PC to my Windows PC using WinSCP, I faced a permission denied error. To fix this, I had to properly understand Linux file permissions. If you’re starting your Linux journey and have faced a similar issue, this...Feb 7·5 min read
linux-with-prudhvi.hashnode.devWhat Is the Home Directory of Root and Normal Users in Linux?Ever seen ~ (tilde) in a Linux terminal wondered what that means? you usually see it in the line where you start to type your command “~” here is telling you that the user is currently in their home directory Home Directory in Linux Every user in Li...Jan 31·2 min read
linux-with-prudhvi.hashnode.devLinux FilesystemPrerequisite: Linux Commands ls #lists all the files and directories in current path pwd #prints path of present working directory cd <PATH TO FOLDER> # change directory form one directory to another My Motivation to Learn Filesystem My first int...Jan 22·5 min read