#linux
Read more stories on Hashnode
Articles with this tag
Permissions ยท As regular users, we do not have permission to write or even read every file on the machine. For example, if I try to read the file...
locate The locate command performs a search of pathnames across our machine that match a given substring and then prints out any matching names. You...
cat The cat command concatenates and prints the contents of files. cat <filename> will read the contents of a file and print them out. For example,...
The Prompt When we open up our terminal, we'll see our prompt which will likely include your username@machinename, followed by a ~ and then a dollar...