Skip to main content

Questions tagged [command]

One or a set of directives issued in the *nix environment to get information, change the state of something or to execute something. In other words: To gain an objective.

0 votes
0 answers
63 views

I am moving a large number of files from one PC to another. The two PCs are in 192.168.0.0/24. I started by ryncing all music I had on my source PC to my new PC. > rsync -P --recursive 192.168.0....
Hyunbin Yoo's user avatar
0 votes
1 answer
120 views

Just being curious: Question Is there an official (re)source where is list it all the categories of commands with their respective set of commands? Something like Linux Foundation for Filesystem ...
Manuel Jordan's user avatar
1 vote
3 answers
190 views

Let's suppose that you have a super python 2&3 one-liner that you need to use in a shell script. On system A the python command works, but on system B you have to use python3, on system C you need ...
Fravadona's user avatar
  • 1,601
0 votes
1 answer
183 views

I am not a strong linux user, but I want to better understand the material in this post here which talks about linux namespaces https://stackoverflow.com/questions/44666700/unshare-pid-bin-bash-fork-...
learningtech's user avatar
0 votes
4 answers
110 views

I ran into an issue: I have folders with usually 50-150 text files, which I need to modify.  sed is not an option, since the changes cannot be automated (sometimes "ss" need to be changed, ...
Arbach's user avatar
  • 1
0 votes
0 answers
30 views

I remember hearing this as a safe way to reboot a frozen system but never looked into what it actually does. What does this command do?
user2231142's user avatar
3 votes
1 answer
619 views

There are 10 networking tools in net-tools Debian package (and also other distros, probably the package is named differently): arp (ip n) ifconfig (ip) mmi-tool (ethtool) nameif (ip link) netstat (ss)...
metablaster's user avatar
0 votes
1 answer
325 views

I need to write a script to count how many 2 or 4 port HBA cards we have in each of our servers. I'm running lspci on each of the servers, however, none of the documents I've read so far is telling me ...
Classified's user avatar

15 30 50 per page
1
2 3 4 5
71