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 function of grep command in unix?
What is the first character of the output in ls l command?
What are some command words?
Write a grep (or grep) command that selects the lines from a file that have exactly three characters.
How do I search for a file in unix command?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
What is an Unix command to convert HEX value to ASCII value located in any flat file.
What is the significance of the 'tee' command?
Name the unix command to find how many days the server has been up.
How to identify whether a file is normal file or directory?
How does shebang work?