50-Basic commands in linux
Basic commands of linux pwd command: A path of the current working directory (folder) you’re in syntax: pwd cd command : change the current directory syntax : cd /var/log grep command: The 'grep' stands for "global regular expression print. find the text in file . syntax: grep pattern <file> sudo command: If you just need...