Multiple choice technology operating systems How to strip off the extension from file name extrm basename strip -ext rm -ext Reveal answer Fill a bubble to check yourself B Correct answer Explanation The basename command in Unix-like systems strips the directory path and can remove file extensions using the suffix option. It's the standard utility for filename manipulation.