• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

In DOS or Unix, what is the -r called when you do a "command" -r...is it Switches?

-r removes the read only attribute, ex. c:\>attrib c:/msdos.sys -r(removes read only)-h(removes hidden attribute)-s(changes to archive file from system file)the only names I could find in ye trusty dos bible, were as you said, "switch" "Command" or "toggle" Take u'r pick, hehehe, they still do the same thing😉😉
 
Yes, -r also stands (and IMHO primarially) for recursive.

If you perform an rm -r / , it will remove everything for / onwards.
 
Back
Top