Main public logs

From Pessin randon wiki

Combined display of all available logs of Pessin randon wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:44, 26 September 2022 Exf talk contribs created page Find-me (Created page with "===Description=== Sometimes you only know the filename but not the location. 50pts ===Question=== Find a file from the system that is named <code>find-flag.txt</code> It is located in one of the subfolders of <code>/etc/</code> ===Solution=== We can use tool called <code>find</code> to find the file. <code>find /etc/ -name find-flag.txt</code> With this we get the file location. Then we can just print the contents of the file out to the screen with <code>cat /etc/tool...")