du -cha --max-depth=1 /etc/opt/OS | grep -E "M|G"
49G /etc/opt/OS
49G total
root:/etc/opt# cd /etc/opt/OS
bash: cd: /etc/opt/OS: Not a directory
root:/etc/opt# dir
OS
what is the OS thing in ./etc/opt and is it safe to just delete it?
du -cha --max-depth=1 /etc/opt/OS | grep -E "M|G"
49G /etc/opt/OS
49G total
root:/etc/opt# cd /etc/opt/OS
bash: cd: /etc/opt/OS: Not a directory
root:/etc/opt# dir
OS
what is the OS thing in ./etc/opt and is it safe to just delete it?
.makes it relative to $PWD thus it may differ or be the same). Have you looked at what is is (ie. ask your system to identify it usingfileetc?) – guiverc Jul 20 '23 at 02:46/etc/opt/OSbut given I don't know $PWD for you, I can't give anything with regards./etc/opt/OSlet alone your OS, product & release details are unknown thus may differ to my own. We're limited to details you provide us. – guiverc Jul 20 '23 at 02:47