unix tag

32 questions


1 answers
461 views
0

2 answers
347 views
0
C question argv using Unix

I'll make a.out using gccFor example, if you enter a.out 10 xyz,After dynamically assigning 10, you want to save the xyz value in argv.After the print is over, if you do the free style, munmap_chunk()...

1 years ago

1 answers
308 views
0
Why was POSIX needed?

What is POSIX?UNIX has spread and a lot of derivatives have emerged, but it's becoming less cohesive, so it's stipulated to maintain compatibility.There is an explanation like this.What was the situat...

2 years ago

2 answers
137 views
0
NS2's make recompile is not working.

We have deployed ns-2 in ubuntu 16.04 to set up sample programming.Sample sources include tcl files and C++ filesALM_app.h, ALM_app.ccALMtree.h, ALMtree.ccALM_con.h, ALM_con.ccALMData.h, ALMData.ccALM...

2 years ago

2 answers
117 views
0
To display all directories in a particular directory with the find command

Title, how to display all directories in a particular directory using the find command I'm looking into it.This time, I would like to display all the directories below the home directory.I tried using...

2 years ago

4 answers
103 views
0
Why does `ls-a` display `.` or `..`?

In the Unix/Linux world, I believe that . and .. exist conceptually in all directories on the file system.cs-a is clearly present in any directory, but it seems a little useless to see . or ...Why doe...

2 years ago

4 answers
87 views
0
What are the differences between shell, terminal, and command prompt?

I'm currently studying Linux, and the words Shell, Terminal, and Command Prompt came up.I searched and looked it up, but I don't know the difference.As I am a beginner studying Linux for the first tim...


1 answers
97 views
0
What are UNIX commands and directory names?

Recently, I've been fiddling with servers, and I've had more opportunities to use Unix and Linux commands.By the way, I'm curious.Commands such as ls, rm, cd, mkdir, grep, dd, chmod, and suDirectory n...

2 years ago

1 answers
132 views
0
Differences Between a and p Options in the cp Command

When I copied all of the directories below the specified directory in CentOS cp-a, some of the permissions were changed.Specifically, I was doing 777 recursively in the image directory, but I changed ...

2 years ago

1 answers
118 views
0
How to Retrieve Subdomains Registered with DNS

Is it possible to retrieve all subdomains registered with DNS?$command example.com =>example.com A 111.111.111.111 =>hoge.example.com A 111.111.111.111 =>huga.example.com A 111.111.111.111I'm...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.