Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

Questions tagged [unix]

Unix is a multitasking, multi-user computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs.

0 votes
1 answer
44 views

Assume the situation: you are sitting at physical terminal which consists of display + keyboard, no mouse, of the machine with some modern UNIX-like system (assume one of: some Linux-based OS, FreeBSD,...
ivan.ukr's user avatar
  • 113
0 votes
0 answers
60 views

My Postfix server correctly delivers mail to external addresses. However, internal addresses receive this error: Aug 31 17:06:13 --- postfix/local[-]: -: to=<-@->, relay=local, delay=0.02, ...
user10709800's user avatar
2 votes
0 answers
92 views

Nothing breaks when I symlink my Documents folder to the same drive, even with that drive not attached to my system. opt is short for ‘optional’, I’m told, so it shouldn’t break boot or anything. It ...
Giwby Albatross's user avatar
0 votes
0 answers
214 views

I want file permissions on mounted share to match the files stored on the server as well as allow the connected user to change them. I needed smb3 unix extensions enabled to see the same file ...
user300431's user avatar
5 votes
1 answer
651 views

Scenario: $ ls -1 'x y.pdf' $ ls -1 | cat x y.pdf Here we see that surrounding single quotes are missing if output of ls -1 is passed to a pipe. Why does this happen? How to keep the surrounding ...
pmor's user avatar
  • 464
1 vote
0 answers
148 views

How do I sync Samba passwords with Unix passwords so that if passwd command is executed then Samba passwords are updated to match a new unix password? Problems: unix password sync = yes updates unix ...
u4963840's user avatar
  • 121
0 votes
0 answers
289 views

I have Arch Linux with OpenVPN installed and I noticed the connection drops and restarts after the keepalive timeout. With the keepalive ping of the .ovpn, connection drops from inactivity; with a ...
eugenio b's user avatar
0 votes
0 answers
38 views

the number of search results is always limited to 10. even if I pass argument as 5,ddgr shows 10 results. would you please be kind enough to pass some examples of search results with number of results ...
Anirban 's user avatar
2 votes
1 answer
259 views

I have been scouring the depths of the web in search of a way to obtain programmatically (No Activity Monitor) the Proportional Resident Memory (PSS) of processes on modern (Sequoia, Apple Silicon) ...
jhm2k's user avatar
  • 23
1 vote
1 answer
78 views

I have a csv file (new_test.csv) with below contents, 202503,47330,2025,2022,1,0,0,1 When I tried doing this, cat new_test.csv | while read line; do echo ${line}","; done I am getting an ...
sourav shetty's user avatar
0 votes
4 answers
157 views

Say I have two patterns (pattern 1 and pattern 2) Want to print all lines matching the pattern 1 and print only line with pattern 2 which is the line before line containing pattern 1: eg: I have a ...
Bbabu's user avatar
  • 11
0 votes
1 answer
516 views

I am using rar (WinRAR for linux). How can I verify each rar file in a directory and print potential corruption errors to a log file? I tried using -ilog[name] but rar does not even make a log file ...
Arete's user avatar
  • 1,610
0 votes
0 answers
94 views

On a fresh vast.ai instance configured with their pytorch template, I am trying to figure out why I can't create properly configured users. After doing useradd --shell /usr/bin/bash -m jason, the ...
Jason Gross's user avatar
1 vote
2 answers
456 views

git ships with .git/hooks/pre-commit.sample. I used the following commands: cp .git/hooks/pre-commit.sample .git/hooks/pre-commit sed -i'' 's/diff-index --check/\0 --ignore-blank-lines/g' ".git/...
Swudu Susuwu's user avatar
0 votes
0 answers
739 views

Everytime I try to copy a file from one USB disk to another one (does not matter which one),I get this kind of error : mario@Z390-AORUS-PRO-DEST:/mnt/zroot-133/A_FILES/Backup/FreeBSD# rsync -avxHAXP ...
Marietto's user avatar
  • 209

15 30 50 per page
1
2 3 4 5
268