Linux: File System
In this article, we are discussing the Linux file system in detail. We are considering all the aspects of the file system.
In this article, we are discussing the Linux file system in detail. We are considering all the aspects of the file system.
Shell is like a container, that accepts commands from the user/other programs and sends them to the kernel after parsing and processing.
“touch” is the most handy command to create a new file in Linux.
Use the “tail” command to get the last lines of a file.
By default the standard output will show on terminal. But we can redirect the output to some other source, like a file.
Use “mv” to move file or directory to another location. The same command can be used to rename a file.
Use “rm” to remove files or directories. The usage of the command is straightforward-
The “man” command comes from the word “manual”, which gives information about any command from the Linux manual.