Author: Harish Varada

  • |

    Basic’s

    To check the present working directory [root@comp1 ~]# pwd /root To see the contents of a directory (folder) [root@comp1 ~]# ls Options: -l Long list including attributes -a All files and directories including hidden -d To check for a particular file or directory -R Recursively, to see the contents in a tree structure To list…