Hi,
I have a file:
I would like to move that file into root:wheel and the permission to be like this:
What command should I use for that? Thank you!
I have a file:
Code:
$ls -l
-rw-r--r--@ 1 zoliky staff 7 Apr 26 23:00 file.sh
I would like to move that file into root:wheel and the permission to be like this:
Code:
-rwxr-xr-x 1 root wheel nameofthefile.sh
What command should I use for that? Thank you!