nagabr


{ City } banglore
< Country > india
* Profession * qa
User No # 95266
Total Questions Posted # 0
Total Answers Posted # 16

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 66
Users Marked my Answers as Wrong # 66
Questions / { nagabr }
Questions Answers Category Views Company eMail




Answers / { nagabr }

Question { 10901 }

Suppose 1000 processes are running on the system out of those
if you have to show only certain process ids which command
will you use?


Answer

ps -aef grep pid

Is This Answer Correct ?    1 Yes 4 No

Question { 9994 }

What is the syntax of grep command and what is its use?


Answer

syntax

grep "filename or string name"


It is used to find the values quickly

Is This Answer Correct ?    0 Yes 2 No


Question { 15228 }

How do you move a process which is running background to
foreground?


Answer

nohup perl driver.pl &

Is This Answer Correct ?    0 Yes 4 No

Question { 8710 }

Which command will you use to change the permissions on file?


Answer

chmod -R 755

Is This Answer Correct ?    1 Yes 2 No

Question { 8041 }

What is the use of pipes?


Answer

Pipe command is used for combing 2 values
for eaxmple

who|sort

Is This Answer Correct ?    2 Yes 0 No

Question { 17586 }

How do you know about running processes of a particular
user?


Answer

watch "ps -aef|grep "driver.pl""

Is This Answer Correct ?    0 Yes 0 No

Question { Nokia, 180653 }

How do you create a file in UNIX


Answer

using touch comamnd


touch filename

Is This Answer Correct ?    21 Yes 8 No

Question { QA, 67302 }

what is the difference between Touch & cat command


Answer

touch command is using for creating a file


cat command is printing a file

Is This Answer Correct ?    4 Yes 16 No

Question { QA, 17097 }

how will u execute a file in unix


Answer

chmod - R 755 foldername

Is This Answer Correct ?    2 Yes 8 No

Question { IBM, 10257 }

Why we are using UNIX OS when we are doing the testing in
our application?


Answer

IT PROVIDE MUCH SECURITY RATHER THAN WINDOWS

Is This Answer Correct ?    2 Yes 2 No

Question { Symphony, 15050 }

what is mount ,tell me about mount ,how can u use in real
time project??


Answer

mount will describes which rpms is taking to build

for example

platform_1009.0.1.9/"

Is This Answer Correct ?    0 Yes 6 No

Question { Altair, 15152 }

how to remotely move a file ??? that mean how to move a file
one machine to another machine ???


Answer

scp -R foldername root@172.34.1.11:/root/

Is This Answer Correct ?    2 Yes 0 No

Question { BitWise, 19146 }

Which mode is used for allowing file write,read and append
mode?


Answer

chmod - R 777

Is This Answer Correct ?    8 Yes 2 No

Question { Reliance, 27995 }

What is use of sed command?


Answer

Usage: sed [OPTION]... {script-only-if-no-other-script}
[input-file]...

-n, --quiet, --silent
suppress automatic printing of pattern space
-e script, --expression=script
add the script to the commands to be executed
-f script-file, --file=script-file
add the contents of script-file to the
commands to be executed
-i[SUFFIX], --in-place[=SUFFIX]
edit files in place (makes backup if
extension supplied)
-c, --copy
use copy instead of rename when shuffling
files in -i mode
(avoids change of input file ownership)
-l N, --line-length=N
specify the desired line-wrap length for
the `l' command
--posix
disable all GNU extensions.
-r, --regexp-extended
use extended regular expressions in the script.
-s, --separate
consider files as separate rather than as a
single continuous
long stream.
-u, --unbuffered
load minimal amounts of data from the input
files and flush
the output buffers more often
--help display this help and exit
--version output version information and exit

If no -e, --expression, -f, or --file option is given, then
the first
non-option argument is taken as the sed script to interpret.
All
remaining arguments are names of input files; if no input
files are
specified, then the standard input is read.

E-mail bug reports to: bonzini@gnu.org .
Be sure to include the word ``sed'' somewhere in the
``Subject:'' field.

Is This Answer Correct ?    5 Yes 0 No

Question { 29648 }

Give the command to display space usage on the UNIX file system.


Answer

df -h

Is This Answer Correct ?    4 Yes 2 No

 [1]   2    Next