chmod
but only if you are root, or logged in as the user and group shown when you do
ls -l shokeenda
See man chmod for its usage
In Linux the chmod command is used to set file permissions.
use the chmod command syntax: chmod #### -option1 -option2 filename man chmod (for more information)
the command to make anything executable is chmod +x <file>
chmod +x is the command to set the executable flag in Linux but, Linux does not use exe files.
k is not a standard command in Linux.
su command is used to change the user.
You change the current working path directory in Linux by issuing the cd command, followed by the directory you want to change to. For example:cd /dev/inputwould take me to the that directory.
The chmod command. For it's usage, consult it's manual page with the... $ man chmod command....
There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.
Type below mention command startx
chgrp command. In terminal type 'man chgrp' for instructions
In a Linux terminal, the command to create a new directory is: mkdir .