Posted inIT
Linux Commands For Interview
1.pwd - Print Working Directory: Example: Display the current working directory. command: pwd Output: /home/your_username 2.ls - List Files and Directories: Example: List files and directories in the current directory.…