Description of problem: /lib/systemd/system/-.slice causing invalid option errors with ls, grep, less,.. $ cd /lib/systemd/system/ $ less -.slice There is no -. option ("less --help" for help) Missing filename ("less --help" for help) $ grep ControlGroup * grep: invalid option -- '.' Usage: grep [OPTION]... PATTERN [FILE]... $ ls *.slice ls: invalid option -- '.' Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: Clean install of Mageia-4-alpha1-LiveDVD-KDE4-x86_64-DVD.iso. 1. cd /lib/systemd/system/ 2. grep ControlGroup * 3. ls *.slice 4. less -.slice Reproducible: Steps to Reproduce:
Use -- before the filename, i.e.: less -- -.slice
Status: NEW => RESOLVEDResolution: (none) => INVALID