[Wien] regarding permission of Wien2k commands
Víctor Luaña Cabal
victor at fluor.quimica.uniovi.es
Thu Nov 17 17:37:55 CET 2016
On Thu, Nov 17, 2016 at 01:03:48PM +0530, Dr. K. C. Bhamu wrote:
> Dear Users,
>
> While playing with unix commands on my machine, I lost permission of all
> Wien2k commands. Because of this I am not able to run any Wien2k commands.
>
> I am getting the following permissions for all commands:
>
> -rwxrwxr-x" .
>
> How to get rid off this problem?
1) Go to the directory where the wien2k codes are installed
2) If you are the owner of the files:
chmod -R ugo+r,a+X *
This gives reading permission to the owner (you) and sticky execution
permissions to anybody. Your "-rwxrwxr-x" refects that this is tour desire,
The -R option works recursibely on the directory you are in.
3) You can modify the owner:group propietary of the files with chown.
Current linux installments tend to create ${USER} and ${GROUP} equivalent,
but this is not the best decission if you have coworkers and students
that could share your codes and scripts.
You will need root permisions (or be a sudoer) to change owner:group
of files.
Good luck,
Víctor
--
. . "When are we ready to learn something? Motivation is the
/ `' \ most important step in education."
/(o)(o)\ -- adapted from Adam Steltzner, 2016 (ElPaís)
/`. \/ .'\
/ '`'` \
| \'`'`/ | "You educate a man, you educate a person. You
| |'`'`| | educate a woman, you educate a family."
\/`'`'`'\/ -- Bárbara Valencia, 2016 (NYTimes)
===(((==)))==================================+=========================
! Dr.Víctor Luaña, in silico chemist & prof. !
! Departamento de Química Física y Analítica !
! Universidad de Oviedo, 33006-Oviedo, Spain !
! e-mail: <victor at fluor.quimica.uniovi.es> !
! phone: +34-985-103491 fax: +34-985-103125 !
+--------------------------------------------+
GroupPage: <http://azufre.quimica.uniovi.es/>
Articles: <http://scholar.google.com/citations?user=Ibl1BWAAAAAJ&hl=es>
git-hub: <https://github.com/aoterodelaroza>
More information about the Wien
mailing list