Solved

How to distinguish a stub from a file on Linux OS?

  • 9 March 2023
  • 3 replies
  • 116 views

Userlevel 1
Badge +4
Good morning,maybe this is a naive question - but how to distinguish a stub from a file? The command (bash/LINUX) 'ls -l' doesn't show it.RegardsDorothy
icon

Best answer by Sebastien Merluzzi 9 March 2023, 09:31

View original

3 replies

Userlevel 4
Badge +10

Hi @dorota 

 

You can also use “attr -l filename” command to check the extended attributes for a file. If it has “GSTUB”, it’s a stub.

 

Thanks,

Sparsh

Userlevel 6
Badge +14

Hi @dorota ,

Please find our Documentation:

https://documentation.commvault.com/11.28/expert/147280_determine_if_file_is_stub.html

Best Regards,

Sebastien

Userlevel 1
Badge +4

Sebastien - Thank you :)

Reply