Skip to main content

Questions tagged [history]

The history of Unix systems and their main components. Please DO NOT USE this tag for shell-related questions; use "command-history" instead.

0 votes
0 answers
29 views

While trying to document myself about some less known Linux features I found some kernel mailing list discussions that contained a lot of advanced and counter intuitive technical knowledge, sparkled ...
Mascarpone's user avatar
6 votes
2 answers
2k views

I was reading the info file on my GNU/Linux system for the ls command, when I encountered the following under the -s/--size option: For files that are NFS-mounted from an HP-UX system to a BSD system,...
Markus Klyver's user avatar
14 votes
2 answers
1k views

I of course realize the need to have something that separates the condition to the actual commands to be executed under the control statement, but why were it chosen to use both semicolon and a ...
skyking's user avatar
  • 492
0 votes
0 answers
35 views

I know that crypt in glibc has ${scheme_token}$ at the start of the hashes in /etc/shadow that can be used to infer the scheme, but dovecot has the actual name of the hashing scheme used included as a ...
Alexx Roche's user avatar
0 votes
0 answers
29 views

I have a faulty command several times in my history and want to remove it with history -d <id_of_faulty_command>. I can identify this via a --writeout (instead of the correct --write-out) Now ...
vrms's user avatar
  • 287
1 vote
0 answers
72 views

I'm trying to find out when the first shell (unix or otherwise) was introduced with the feature "press up to edit the previous command". The earliest things I have definite dates for so far ...
Richard Barrell's user avatar
5 votes
7 answers
1k views

On Wikipedia it is explained that "Device Status Report" is an ANSI control sequence that "[r]eports the cursor position (CPR) by transmitting ESC[n;mR, where n is the row and m is the ...
decision-making-mike's user avatar
26 votes
3 answers
2k views

The 'gmtime()' standard library function returns a struct that has days numbered 1-31, but months numbered 0-11. Why is that? Presumably there is some historic reason?
0 votes
0 answers
120 views

Is there a way to keep all bash history without any kind of management? I know HISTFILESIZE is the variable where you can specify the number of bash history records that are kept. But I don't want to ...
Xoteric's user avatar
0 votes
0 answers
32 views

I commonly want to do something with a bunch of files, so I type in something like: $ for nam in *.c > do > echo $nam > done Aaah, I failed to use upper case C so I go to edit again and ...
user1683793's user avatar
8 votes
1 answer
330 views

I am a long time ksh user, and use bash under duress - both in 'vi' editing mode. One thing that has always niggled - after searching back through history for a command (.e.g <Esc>/needle), how ...
Annihilannic's user avatar
5 votes
1 answer
162 views

Why does this braced syntax work $ for (( i=0; i<3; ++i )) { echo $i; } 0 1 2 when the manpage says the syntax is for (( expr1 ; expr2 ; expr3 )) ; do list ; done $ bash --version | head -1 # ...
jrw32982's user avatar
  • 1,099
2 votes
2 answers
248 views

I have read a lot of articles and questions/answers on this site about sessions. I understand what they represent (source) : A collection of process groups established for job control purposes. Each ...
Yakog's user avatar
  • 517
-3 votes
1 answer
151 views

According to the Debian wiki: adm: Group adm is used for system monitoring tasks. Members of this group can read many log files in /var/log, and can use xconsole. Historically, /var/log was /usr/adm (...
Flimm's user avatar
  • 4,501
1 vote
1 answer
211 views

Looking at the Linux group file I see that it lists group members by name and not by ID. Other files which need to identify users (e.g. shadow file) use the id. My question is how or why did group end ...
John Smith's user avatar

15 30 50 per page
1
2 3 4 5
30