Most viewed questions in Linux Administration

0 votes
0 answers

UNIX man command to find list of man sections

I'm working on a lab that is ...READ MORE

Apr 13, 2022 in Linux Administration by Rahul
• 9,670 points
284 views
0 votes
0 answers

Call R function in Linux command line

Is there a way to directly call ...READ MORE

Apr 13, 2022 in Linux Administration by Rahul
• 9,670 points
279 views
0 votes
0 answers

What directory is '~' when I type 'cd ~'?

I'm only new to using SSH, but ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
276 views
0 votes
0 answers

unzip .gz file as a directory

I am new to Linux and had ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
274 views
0 votes
0 answers

How can I convert a series of images to a PDF from the command line on linux?

I have a scanning server I wrote ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
271 views
0 votes
0 answers

How to list all background pids in bash

Either I am not able to phrase ...READ MORE

Jun 22, 2022 in Linux Administration by Korak
• 5,820 points
264 views
0 votes
0 answers

What is the difference between ''find .'' and ''find /'' on linux command

I am solving overthewire bandit. I looked ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
263 views
0 votes
0 answers

Convert PDF to DOC (Python/Bash)

I've saw some pages that allow user ...READ MORE

Jun 21, 2022 in Linux Administration by Korak
• 5,820 points
260 views
0 votes
0 answers

UNIX export command

I am trying to understand the use ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,670 points
260 views
0 votes
0 answers

How can I get the directory where a Bash script is located from within the script itself?

How do I get the path of ...READ MORE

Jun 21, 2022 in Linux Administration by Korak
• 5,820 points
259 views
0 votes
0 answers

What does the 'export' command do?

I happen to run some commands blindly, ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
256 views
0 votes
0 answers

Processing places.sqlite file with Linux

Firefox stores the whole story in that ...READ MORE

Apr 13, 2022 in Linux Administration by Aditya
• 7,680 points
256 views
0 votes
0 answers

C++ IDE for Linux?

I have searched for it myself, but ...READ MORE

Apr 13, 2022 in Linux Administration by Soham
• 9,700 points
252 views
0 votes
0 answers

Bash script command result inside other variable to define prompt

I would like to define a prompt ...READ MORE

Jun 22, 2022 in Linux Administration by Korak
• 5,820 points
248 views
0 votes
0 answers

Linux's locate command returning the path of a deleted file

I am writing a bash shell script ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
248 views
0 votes
0 answers

How can I kill a process by name instead of PID, on Linux?

Sometimes when I try to start Firefox ...READ MORE

Apr 13, 2022 in Linux Administration by Rahul
• 9,670 points
246 views
0 votes
0 answers

How do I copy folder with files to another folder in Unix/Linux?

I am having some issues copying a ...READ MORE

Apr 13, 2022 in Linux Administration by Soham
• 9,700 points
245 views
0 votes
0 answers

Linux "free -m": Total, used and free memory values don't add up [closed]

On a linux system, while using "free", ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,670 points
236 views
0 votes
0 answers

How do I copy folder with files to another folder in Unix/Linux?

I am having some issues to copy ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
231 views
0 votes
0 answers

How to get overall CPU usage (e.g. 57%) on Linux

I am wondering how you can get ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
230 views
0 votes
0 answers

ImageMagick Linux mimick ezgif.com result

Ezgif.com is a great page but can ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
230 views
0 votes
0 answers

why can't i go to dev directory

root@localhost:/dev# ls ls: cannot open directory '.': Permission ...READ MORE

Nov 12, 2021 in Linux Administration by anonymous
• 120 points
230 views
0 votes
0 answers

Is there a way to determine the amount of free video RAM in Linux?

We believe that we are running out ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,670 points
229 views
0 votes
0 answers

Renaming multiples files with a bash loop

I need to rename 45 files, and ...READ MORE

Jun 21, 2022 in Linux Administration by Korak
• 5,820 points
227 views
0 votes
0 answers

What exactly does the Unix `bash` command do when run without options?

When you type bash into the terminal ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
226 views
0 votes
0 answers

How do I output coloured text to a Linux terminal?

How do I print coloured characters to ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,670 points
224 views
0 votes
0 answers

Which C version is used in the Linux kernel?

Does the Linux kernel use only the ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,670 points
218 views
0 votes
0 answers

How can I monitor the thread count of a process on linux?

I would like to monitor the number ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
218 views
0 votes
0 answers

Compare $1 with another string in bash

I've spent 2 hours with an if statement, that ...READ MORE

Jun 9, 2022 in Linux Administration by Rahul
• 3,380 points
212 views
0 votes
0 answers

Get program execution time in the shell

I want to execute something in a ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
212 views
0 votes
0 answers

What is the difference between a symbolic link and a hard link?

Recently I was asked this during a ...READ MORE

Apr 13, 2022 in Linux Administration by Rahul
• 9,670 points
211 views
0 votes
0 answers

Creating a daemon in Linux

In Linux I want to add a ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
209 views
0 votes
0 answers

What is special about /dev/tty?

ls -la /dev/tty shows the output: crw-rw-rw- 1 ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
207 views
0 votes
0 answers

Location of ini/config files in linux/unix?

Two questions, really: Is there a standard/convention regarding ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
206 views
0 votes
0 answers

Rename directory in linux system

Is there any way to change a ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,670 points
206 views
0 votes
0 answers

Trying to download from github to linux but their is only zip and gz

trying to download an older version of ...READ MORE

Apr 21, 2022 in Linux Administration by Edureka
• 13,670 points
205 views
0 votes
0 answers

Can't remove a linux directory using linux terminal

I've been trying to remove an unwanted ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,700 points
203 views
0 votes
0 answers

Are there any standard exit status codes in Linux?

A process is considered to have completed ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
189 views
0 votes
0 answers

How to edit a text file in my terminal

I'm using Linux mint and using the ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,670 points
186 views