Inode
May 27,93An inode is a data structure that stores various information about a file in Linux, such as the access mode …
Read MorePATH environment variable
May 27,93One of the most important environment variables on Linux operating systems is the PATH variable. This variable holds the colon-separated …
Read MoreCommon environment variables
May 27,93Here is a list of common environment variables in Linux: USER – your current username. SHELL – the path to …
Read MoreEnvironment variables
May 27,93Environment variables are placeholders for data that can change. Each user has its own environment variables with different values that define his …
Read MoreManage files
May 27,93The Linux shell provides powerful tools to manipulating files. As with directories, you can move, rename or delete a file. If …
Read MoreManage directories
May 27,93A directory is a location for storing files on your computer. To be able to administer your Linux distribution, you …
Read More