File attributes
At least I think that is what it would be called. I've noticed asterisks after file extensions on a few files. This is the first time I've ever seen something like this. What is their purpose please?
This file was copied over from another partition / distribution (Fedora). It is used to start conky once the desktop is up.
- Code: Select all
-rwxrwxr-x 1 glenn glenn 142 May 21 16:58 .ck.sh*
This file was copied over from another partition / distribution (Fedora). It is used to start conky once the desktop is up.
- Code: Select all
[glenn@mageia ~>$ cat .ck.sh
#!/bin/bash
sleep 10 &&
conky -c /etc/conky/conky.conf -q
# .ck.sh for the Toshiba laptop while running
# Mageia Linux. Last edited 05.21.11