Search results

  1. C

    find -newermt timezone (?) problem

    I doubt it
  2. C

    find -newermt timezone (?) problem

    Hello! We got a new task at the University. I thought I managed to solve it, but I bumped into a timezone problem (probably). The task was to get the exact time, then adding a new user, then finding all the files that has changes since asking for the exact time in Linux. I used date...
  3. C

    Understanding a Linux command

    Thank you very much for the in-depth answer, it helped me a lot!
  4. C

    Understanding a Linux command

    Thank you!
  5. C

    Understanding a Linux command

    Hello! We got a new optional task at the University. Could somebody please explain what does it do exactly? I know that the first line is a shebang. I used the "man df" to figure out the rest has something to do with disks, but couln't figure out it as a whole. Honestly, I don't even know...
  6. C

    Analyzing a Linux command

    Thank you very much for the answer! I can't express how grateful I am! I wish our teachers would explain things like you did. :)
  7. C

    Analyzing a Linux command

    Hello! I'm a beginner Linux user. The University I study at makes it a compulsory course for us. We got some questions, but I can't answer them. Any help is much appreciated! There is this line (command): sudo find / -type f -exec file ’{}’ \; | grep ’Shell script’ | wc -l The questions are...
Top