gotac

↗ HN profile [ 827 ms ] full profile
Karma
3
Created
March 30, 2019 (7y ago)
Submissions
0
  1. If I have the inode number: 263167, what is the meaning of 2, then of 6, then 3, and so on until 7...? I did a research, but I didn't found something like this. I want to know what is the purpose of every number of an…

  2. What tricks & tips do you know for $ls Linux command? I found few of them interesting: $ls -d */ # to list all directories from current location $ls -l | grep '^-' # to list all regular files from current location $ls…