How To Give Permissions To A File To One User
- Forums
- Linux
- How To Give Permissions To A File To One User
what command can i use to give read - write - execute permissions to only one user without changing permission on any other user on my linux server [3314], Last Updated: Mon Jun 24, 2024
Trellie
Sat Apr 03, 2010
1 Comments
392 Visits
how to give permissions to a file to one user
what command can i use to give read - write - execute permissions to only one user without changing permission on any other user on my linux server?
chmod u+wx
u = owner
w = write
x = execute
https://www.webune.com/forums/20100403cccz.html