#linux
Read more stories on Hashnode
Articles with this tag
Linux Commands: # To check your present working directory: pwd # List all the files or directories ls # Lists hidden files or directories: ls -a #...
What is a package manager in Linux? A package manager is a tool that allows users to install, remove, upgrade, configure, and manage software...
FileSystem Permission ls -ltr Permission Group Owner From the above image, the red block indicates the permissions Yellow block indicates the...
Creating n number of directories using a script Two ways of creating a directory One is a normal method which is described as below #!/bin/bash ...
To view what's written in a file. The cat command is used to view the contents of the file in Linux. To change the access permissions of files. ...
About Linux Linux is a free and open-source operating system kernel that was originally created by Linus Torvalds in 1991. It is one of the most...