Questions tagged [fuser]

32 questions
0
votes
1 answer

bash assign output of fuser to a variable oddity

when using the following bash script to assign variable to the output of fuser, it still outputs the part of result(before :) of fuser to screen. why isn't it suppressed? I suspect it has to do with the ":" char output by fuser. how do I fix…
user121196
  • 30,032
  • 57
  • 148
  • 198
-1
votes
2 answers

How to kill comand in terminal in linux/ubuntu

Hi my homework is to " end operation of less browsers" using fuser, so i assume i need to close terminal running less comand using kill. I wrote in terminal sudo fuser -v -k -i . and i have some list. How using that i can kill less comand whcih is…
Matthew
  • 83
  • 7
1 2
3