We are aware of a potentially service impacting issue. Learn more

تغییر Shell از bash به sh Print


برای آگاهی از shell کنونی مورد استفاده:

1

echo $0

برای تغییر shell به sh بصورت موقت:

1

exec /bin/sh

برای تغییر shell بصورت دائم:

1

chsh -s /bin/sh

برای تغییر پسورد root را وارد نمایید.

برای اطلاع از shell های موجود روی سیستم:

1

cat /etc/shells

 


Was this answer helpful?

  • 0
« Back