S.No.
|
Unix/Linux Command
|
Purpose
|
1
|
df -h
|
Shows free disk space.
Shows all filesystems mounted |
2
|
ls -l
|
List files long format
|
3
|
ls -ltr
|
Sorting the Formatted listing
by time modification
|
4
|
cd dir
|
Change directory to dir
|
5
|
pwd
|
Show current working directory
|
6
|
mkdir dir
|
Creating a directory dir
|
7
|
cat >file
|
Places the standard input into
the file
|
8
|
more file
|
Output the contents of the
file
|
9
|
tail -f file
|
Output the contents of file as
it grows,starting with the last 10 lines
|
10
|
touch file
|
Create or update file
|
11
|
rm file
|
Deleting the file
|
12
|
rm -r dir
|
Deleting the directory
|
13
|
rm -f file
|
Force to remove the file
|
14
|
rm -rf dir
|
Force to remove the directory
dir
|
15
|
cp file1 file2
|
Copy the contents of file1 to
file2
|
16
|
mv file1 file2
|
Rename or move file1 to
file2,if file2 is an existing directory
|
17
|
ps
|
To display the currently
working processes
|
18
|
top
|
Display all running process
|
19
|
kill pid
|
Kill the process with given
pid
|
20
|
date
|
Show the current date and time
|
21
|
whoami
|
Who you are logged in as
|
22
|
w
|
Display who is on line
|
We can share our IBM Sterling WMS, OMS knowledge on the basis of Configuration, Process Flows, Database Extension, RF Customization, UI Customization, HTML, Javascript, AJAX, Stylesheet, Interview questions, technical questions etc.. Selenium Automation in Sterling WMS using Java code and Python code. React JS and Development code snippets, FAQ and Solutions etc
Saturday, June 22, 2019
Useful Unix/Linux command used in IBM Sterling WMS
Subscribe to:
Post Comments (Atom)
Popular Posts
-
IBM Sterling WMS - API Security Violations issue mostly from API Tester When we use Out of the Box API like getItemList, getTaskList, getSh...
-
The database framework allows you to extend the application database by creating custom or hang-off tables. Sterling application fra...
-
Add/Remove API/Service in Trace using API Tester without open System Management API Name: modifyTraces Input XML: <Traces> <Tr...
-
Get Property values using JSP code String viewProperty1 = YFCConfigurator.getInstance().getProperty("yfs.ui.MaxRecords"); St...
-
Basic operations in Selenium Python 1. Set value to input textbox from selenium.webdriver.common.keys import Keys .... .... # Set va...
-
Basic operations in Selenium Python - Part #2 1. Click button using XPATH and selective attributes # Identify the button using XPath an...
-
Step by Step guide to Install Selenium Python in Windows 1. Download Python 3.7.0 https://www.python.org/downloads/ https://...
-
A warehouse management system (WMS) is software terms which allows organization to control and manage warehouse operations from the time go...
No comments:
Post a Comment