linux tag

403 questions


2 answers
152 views
0
C fopen vs open

I learned both in Linux class, but open is only on the test and I've never actually used it.You can open both files, but even if you look at other codes, they only use fopen files. Why is that?

2 years ago

1 answers
64 views
0
Linux procfs question!

I want to implement ps command using only the files of Linux procfs, how can I do it?I want to print it out similar to psaux on Linux, but I look forward to hearing from mastersㅜ

2 years ago

3 answers
119 views
0
Linux command ls -s question

Can you tell me the unit of file size that comes out when I do Linux ls -s?


3 answers
104 views
0
Amazon Web Services (AWS) produced in c# on a server consisting of Amazon LINUX.To run the EXE server program.

As the title says, there is an EXE server program created with C#.It's under development, so I've been running it on my computer and processing the connection through my computer IP.I'm going to use A...

2 years ago

1 answers
126 views
0
[Linux] Can you deliver data to standard input/output redirection and standard errors?

You want to pass data to one program.Pipes allow data to be passed to the program's standard input.But what I want to do is write data in the standard error of the program.Is there a way to do this?(I...


1 answers
40 views
0
I want to monitor Linux cache miss rate.

I want to print out what percentage of L2 cache miss rate is on the screen when using a specific command, which command should I use?

2 years ago

1 answers
123 views
0
Linux ncftput upload is slow.

You are about to upload to FTP from the CDN service on the Linux server.But the upload speed went up to tens of megabytes per second when it first ranGoIn terms of capacity, it's all uploaded, but the...

2 years ago

1 answers
113 views
0
Problem of not starting after restarting mongodb server

Environment:centos 7mongodb 2.6Question:Mongodb is installed and running.If you restart this server, it should be added to auto start and Mongo should be auto start, but it didn't run, so I checked it...

2 years ago

1 answers
35 views
0
Install ruby on rails on Linux

I want to install Ruby On Rails in a Linux cli environmentWhen installing rvm, ruby, and gem, the letters come out in a diamond shapeI think it's an error that can't be installedDo I have to do sudo? ...

2 years ago

1 answers
114 views
0
[Linux] When setting environment variables, env, set, export, discard

There were more commands to register environmental variables than I thought.I think you can use env, set, export, and declareWhy are there so many commands?And is there a difference between these inst...

« - 33 - »

© 2024 OneMinuteCode. All rights reserved.