Sponsored Content
Top Forums UNIX for Advanced & Expert Users "sudo su -" showing lot of information on OpenLDAP Post 303030926 by Neo on Tuesday 19th of February 2019 09:30:26 AM
Old 02-19-2019
Please provide full system details.

Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

2. UNIX for Dummies Questions & Answers

Unable to use the Sudo command. "0509-130 Symbol resolution failed for sudo because:"

Hi! I'm very new to unix, so please keep that in mind with the level of language used if you choose to help :D Thanks! When attempting to use sudo on and AIX machine with oslevel 5.1.0.0, I get the following error: exec(): 0509-036 Cannot load program sudo because of the following errors:... (1 Reply)
Discussion started by: Chloe123
1 Replies

3. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

4. Solaris

missing "nisdomainobject.schema" openldap on solaris 10

Hello I am setting the following openladp on solaris 10 (amd64 8/11), i have Berkeley DB installed (db-4.4.20.tar.gz) and openldap (2.4.26). All is going quite well however i don't have "nisdomainobject.schema" for solaris, i know you could download this at one point. Does anyone have a copy... (0 Replies)
Discussion started by: Carlt23
0 Replies

5. Linux

Showing "permission denied" when trying to login in - Montavista Linux

Hello friends, I have scratched my system and after that when I am trying to access the console via root login it's failing with an error message of "permission denied". I am able to access the other login, I am having only problem with root and some other user login. I am using an telnet... (2 Replies)
Discussion started by: sanoop
2 Replies

6. UNIX for Advanced & Expert Users

Showing "permission denied" when trying to login in - Montavista Linux

Hello friends, I have scratched my system and after that when I am trying to access the console via root login it's failing with an error message of "permission denied". I am able to access the other login, I am having only problem with root and some other user login. I am using an telnet... (7 Replies)
Discussion started by: sanoop
7 Replies

7. Shell Programming and Scripting

Expect: spawn id exp5 not open while executing "expect "$" { send "sudo su -\r" }"

Hi All, i am trying to ssh to a remote machine and execute certain command to remote machine through script. i am able to ssh but after its getting hung at the promt and after pressing ctrl +d i am gettin the out put as expect: spawn id exp5 not open while executing "expect "$" {... (3 Replies)
Discussion started by: Siddharth shivh
3 Replies

8. Shell Programming and Scripting

Explaining behaviour of sudo bash "$0" "$@";

I've found this script part on the stackoverflow: if ; then sudo bash "$0" "$@"; exit "$?"; fi I realized that sudo bash "$0" "$@"; is the only needed for me. But the strange thing happens when I move this line outside the IF statement: sudo bash "$0" "$@"; stops the... (9 Replies)
Discussion started by: boqsc
9 Replies

9. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

10. Solaris

Ipadm showing "/?" in ADDROBJ on S11 local zone

Hi! I have a Solaris 11 local zone, everything is running fine, BUT, when I issue an "ipadm show-addr" from inside the local zone I get the following: root@xxxxxxx:/var/opt# ipadm show-addr ADDROBJ TYPE STATE ADDR lo0/? inherited ok 127.0.0.1/8... (2 Replies)
Discussion started by: rtmg
2 Replies
tapset::proc_mem(3stap) 												   tapset::proc_mem(3stap)

NAME
tapset::proc_mem - systemtap proc_mem tapset DESCRIPTION
Process memory query and utility functions provide information about the memory usage of the current application. These functions provide information about the full size, resident, shared, code and data used by the current process. And provide utility functions to query the page size of the current architecture and create human readable string representations of bytes and pages used. proc_mem_size Total program virtual memory size in pages See function::proc_mem_size(3stap) for details. proc_mem_size_pid Total program virtual memory size in pages See function::proc_mem_size_pid(3stap) for details. proc_mem_rss Program resident set size in pages See function::proc_mem_rss(3stap) for details. proc_mem_rss_pid Program resident set size in pages See function::proc_mem_rss_pid(3stap) for details. proc_mem_shr Program shared pages (from shared mappings) See function::proc_mem_shr(3stap) for details. proc_mem_shr_pid Program shared pages (from shared mappings) See function::proc_mem_shr_pid(3stap) for details. proc_mem_txt Program text (code) size in pages See function::proc_mem_txt(3stap) for details. proc_mem_txt_pid Program text (code) size in pages See function::proc_mem_txt_pid(3stap) for details. proc_mem_data Program data size (data + stack) in pages See function::proc_mem_data(3stap) for details. proc_mem_data_pid Program data size (data + stack) in pages See function::proc_mem_data_pid(3stap) for details. mem_page_size Number of bytes in a page for this architecture See function::mem_page_size(3stap) for details. bytes_to_string Human readable string for given bytes See function::bytes_to_string(3stap) for details. pages_to_string Turns pages into a human readable string See function::pages_to_string(3stap) for details. proc_mem_string Human readable string of current proc memory usage See function::proc_mem_string(3stap) for details. proc_mem_string_pid Human readable string of process memory usage See function::proc_mem_string_pid(3stap) for details. SEE ALSO
function::proc_mem_size(3stap), function::proc_mem_size_pid(3stap), function::proc_mem_rss(3stap), function::proc_mem_rss_pid(3stap), function::proc_mem_shr(3stap), function::proc_mem_shr_pid(3stap), function::proc_mem_txt(3stap), function::proc_mem_txt_pid(3stap), function::proc_mem_data(3stap), function::proc_mem_data_pid(3stap), function::mem_page_size(3stap), function::bytes_to_string(3stap), function::pages_to_string(3stap), function::proc_mem_string(3stap), function::proc_mem_string_pid(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::proc_mem(3stap)
All times are GMT -4. The time now is 08:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy