Search Results

Search: Posts Made By: arghvark
7,891
Posted By arghvark
Well, that's interesting. I see from searching...
Well, that's interesting. I see from searching for "File Descriptor" that it refers to an integer that in turn refers to a 'file' (or a byte stream) for a process on a Unix system. I guess the only...
7,891
Posted By arghvark
Thanks, perhaps I should have realized it was...
Thanks, perhaps I should have realized it was something like that. If you (MadeInGermany) would care to clarify one more thing: you say "The & makes the following a file descriptor" -- what does...
7,891
Posted By arghvark
There is no script. I am entering this command on...
There is no script. I am entering this command on the command line.

I'm not just "suppressing the error messages"; I am glad to be reminded about /dev/null, but what I'm trying to do here is...
7,891
Posted By arghvark
Hmmm. When I enter find -name "rog*.*" 2&>1 |...
Hmmm. When I enter find -name "rog*.*" 2&>1 | grep -v denied from the root directory, it responds with bash: 1: Permission denied. Is there some reason I would need write permissions on root to...
7,891
Posted By arghvark
This looks more or less like what I need, but I...
This looks more or less like what I need, but I need some help parsing it. When I try to execute the command in the root directory, it says I don't have access, which is fair.

I think of the ">"...
7,891
Posted By arghvark
How do I redirect output from "find", either to a file or another command?
I'm trying to find out what happened to the rogue game that apt-get told me it installed, so I thought I would find the file. I went to the root and entered:

find -name "rog*.*"


I get a large...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 04:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy