A Guide to Permissions in Ubuntu
Permissions

Search for a command to run...
Articles tagged with #linux
Permissions

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 have to install this command as it does not comes pre-installed It is nice and speedy because it use...

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, cat instructions.txt will read in from the instructions.txt file and then print the contents out to ...

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 sign. You may see this pattern or not depending on whether you are using Ubuntu or WSL(Windows Subsys...
