How to setup sudo, only can use for particular date & time
only ( for solaris10 )
Answer / isha
allows users to run programs with the security privileges
of another user (normally the superuser).It is an
abbreviation for "switchuser do" (as in, do a command with
another user's privileges). By default, sudo will prompt
for a user password but it may be configured to require the
root password, or require it only once per pseudo terminal,
or no password at all.[3] Sudo is able to log each command
run and in some cases has completely supplanted the
superuser login for administrative tasks
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the advaantage of each user having its own copy of the shell?
In UNIX, what is the command to kill a process?
what will this do $cat > file.c ?(file.c is a file in current directory)
What is time_t?
How can you see the command line history?
What is .sh file?
how will you convert a general file to a hidden file?
Which command will you use to change the permissions on file?
What is the nmap command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How to display no of records in oracle using unix command?
Can you write a command to erase all files in the current directory including all its sub-directories?