Posts

Image
                                                   LINUX BASIC COMMANDS                                           1. whoami - Display the current logged-in user.                    whoami - Shows username.                    Example: whoami  2. pwd - Print the current directory path.                pwd - Outputs the current directory.  Example: pwd  3. . ls - Lists directory contents.             ls - Basic list.             ls -l - List with details.             Example: ls -la Directory  4. . cd - Chan...