Menu
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Linux Tutorials
Beginner Tutorials
Intermediate Tutorials
Advanced Tutorials
Members
Current visitors
New profile posts
Search profile posts
Download Linux
Newsletter
Credits
Transactions
Credits: 0
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Ortiz34's latest activity
O
Ortiz34
replied to the thread
What does /dev/null do in the command line?
.
lol thanks for the warning. I really appreciate your post. That was valuable to know. I'll def be careful of using dev/null and using dd...
Nov 15, 2020
O
Ortiz34
replied to the thread
What does /dev/null do in the command line?
.
thank you for replying!
Nov 15, 2020
O
Ortiz34
reacted to
f33dm3bits's post
in the thread
What does /dev/null do in the command line?
with
Like
.
2 is a file descriptor for stderr and > is redirection. So what this basically means is that all the errors that come from the find...
Nov 15, 2020
O
Ortiz34
reacted to
JasKinasis's post
in the thread
What does /dev/null do in the command line?
with
Like
.
"2> /dev/null" at the end of a command redirects error messages to /dev/null instead of to stdout. That way you only see output from...
Nov 15, 2020
O
Ortiz34
posted the thread
What does /dev/null do in the command line?
in
Command Line
.
I'm learning to do some CTFs. I noticed that the writer always type this command line find / -name [filename.txt] 2>/dev/null I...
Nov 15, 2020
Members
Top