CYBER MONTH VIRTUAL EXPERIENCE BY UPGRADEMORE
Question 1 So The objective of our first Question is to find the current user's Username, Server Hostname, Current Working Directory, and System Information. You can search on the Internet for Linux commands. Example: how to check current user in Linux. How to check server hostname in linux. Solution whoami hostname pwd uname -a Question 2 So The objective of This Question is to List all the Files and Folders of the current directory, then change your direction to Question-2 and Read a file name solved.txt. You can search on the Internet for Linux commands. Example: how to change the directory in Linux. how to read files in Linux. Solution cd Question-2 ls cat solved.txt Question 3 So The objective of This Question is to find a hidden file in Question-3 Folder and print its content or data. You can search on the Internet for Linux commands. Example: How to list hidden files in Linux. Solution cd Question-3 ls -al cat .solved.txt Question 4 So The objective of This Question is to Cr...