Skip to main content

Questions tagged [ibm-unix-system-services]

UNIX System Services (USS) is an included component of z/OS optimized for mainframe architecture.

0 votes
1 answer
98 views

the content of some folder is like that: Folder name is empty File name is asterisk I can find inode of these file and folder OS - z/OS OMVS, so, there is no option -delete on find command How can I ...
Barat Sahdzijeu's user avatar
0 votes
1 answer
65 views

What are the risks that maybe I get if I run a MySQL service before service application in Linux? [Unit] Description=**** After=mysql.service Requires=mysql.service [Service] ExecStart=**** Restart=...
Qusai Al-Haj Hasan's user avatar
0 votes
0 answers
200 views

In linux, I can do this echo "hello" > a.txt awk 'sub("l", "x" )' a.txt hexlo But if I do it on Qshell, I get: echo "hello" > a.txt awk 'sub("l&...
Sfp's user avatar
  • 103
0 votes
1 answer
125 views

CentOS 6.5 live CD ISO downloaded from http://archive.kernel.org/centos-vault/6.5/isos/x86_64/CentOS-6.5-x86_64-LiveCD.iso fails to boot in my IBM x240 server. Boot Failed. IMM1:CD/DVD I tried ...
mohammed mujtaba ahmed's user avatar
4 votes
1 answer
574 views

I read the history of Unix operating system and also read the original Unix paper by Thompson and Ritchie. In their paper they mention some key features which Unix uses. Some terminologies including ...
mahmood's user avatar
  • 1,271
2 votes
2 answers
10k views

I'm trying to ssh a machine via xshell 5. And Xmanager (Passive) is working on background. I try to export display like this export DISPLAY=10.126.*.*:0.0 xclock But nothing shows up. When i type ...
YErdogan's user avatar
1 vote
1 answer
1k views

What is the right the procedure to set the numfsbufs parameter? The current value of the parameter is 196 App_Server:>ioo -o numfsbufs numfsbufs = 196 The details of the server (prtconf command) ...
Guddu's user avatar
  • 253
6 votes
2 answers
4k views

The short, general question is: In Unix/Linux, what is the best way to find a list of several (about 150) strings within a large text file? I am asking this to all Unix/Linux experts as a general ...
transistor1's user avatar